{ "version": 4, "terraform_version": "1.6.6", "serial": 290, "lineage": "9e937d29-933c-508b-dbcc-c8b20a778fc7", "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-07c9a2baa27b8c65f", "ami": "ami-0096a80b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3f825f29"], "subnet_id": "subnet-6ab8b086", "key_name": "prod-deploy-key" } } ] } ] }