{ "version": 4, "terraform_version": "1.6.3", "serial": 459, "lineage": "2d6d94d8-3b1c-a6a0-9cb8-15fdbc460a58", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-85a719393c4539001", "ami": "ami-49dc3478", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-033c71b9"], "subnet_id": "subnet-82342a6c", "key_name": "prod-deploy-key" } } ] } ] }