{ "version": 4, "terraform_version": "1.6.1", "serial": 137, "lineage": "48a2434b-803a-9786-8577-0da0f6f16ec3", "outputs": { "db_endpoint": { "value": "db-3.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-8dd01e8472fbbc589", "ami": "ami-06d37c8a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-66c9c571"], "subnet_id": "subnet-481fed66", "key_name": "prod-deploy-key" } } ] } ] }