{ "version": 4, "terraform_version": "1.7.3", "serial": 291, "lineage": "e178c1aa-6f01-47d0-348b-9d1a78ff1609", "outputs": { "db_endpoint": { "value": "db-0.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-29f5611c526e1a0e0", "ami": "ami-05c3ad9b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-86f4a2b8"], "subnet_id": "subnet-58a80092", "key_name": "prod-deploy-key" } } ] } ] }