{ "version": 4, "terraform_version": "1.6.8", "serial": 210, "lineage": "27e27579-861d-d1f2-3821-e223ab45fa96", "outputs": { "db_endpoint": { "value": "db-0.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-7d2f2d5bff72d9792", "ami": "ami-56bfac9f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-080a4d8b"], "subnet_id": "subnet-cd0a3efe", "key_name": "prod-deploy-key" } } ] } ] }