{ "version": 4, "terraform_version": "1.6.2", "serial": 136, "lineage": "08b2033a-3d80-5efc-9dc3-547d5f188746", "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-d4141a2ca87541666", "ami": "ami-38c1b760", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bef033b3"], "subnet_id": "subnet-7e769594", "key_name": "prod-deploy-key" } } ] } ] }