{ "version": 4, "terraform_version": "1.5.4", "serial": 292, "lineage": "149961fa-eb2f-1d25-6c1c-b2608de8717e", "outputs": { "db_endpoint": { "value": "db-2.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-9d648b0cf5bd8b0c7", "ami": "ami-625d2c3c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8f5dadc2"], "subnet_id": "subnet-3fdb3675", "key_name": "prod-deploy-key" } } ] } ] }