{ "version": 4, "terraform_version": "1.6.7", "serial": 247, "lineage": "33871c66-5477-8cb7-8e2e-9b2353a6e4a8", "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-d948731faea72771d", "ami": "ami-d7ae95d7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ecb521a3"], "subnet_id": "subnet-41536326", "key_name": "prod-deploy-key" } } ] } ] }