{ "version": 4, "terraform_version": "1.6.3", "serial": 215, "lineage": "803b2b74-6d01-1040-1c66-66a6634ca5d4", "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-8442ae9ac6582a2cb", "ami": "ami-e9dd11eb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4cdb9ec1"], "subnet_id": "subnet-9c31c894", "key_name": "prod-deploy-key" } } ] } ] }