{ "version": 4, "terraform_version": "1.5.1", "serial": 369, "lineage": "9b69ffb7-ab89-bcaa-f305-2e97bff272c6", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-cb7caa5199c47ee92", "ami": "ami-8fff7ab3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9347d258"], "subnet_id": "subnet-5602c1b9", "key_name": "prod-deploy-key" } } ] } ] }