{ "version": 4, "terraform_version": "1.5.0", "serial": 385, "lineage": "a6d00389-fce8-d9e7-4e78-1f3a431d315b", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-b3448baab1387cd62", "ami": "ami-7c15a8cd", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-06df7bae"], "subnet_id": "subnet-b3d663e3", "key_name": "prod-deploy-key" } } ] } ] }