{ "version": 4, "terraform_version": "1.7.1", "serial": 115, "lineage": "c233d7d5-8984-81d7-04b5-a41c5cbce3ea", "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-612ec522a112dcd8a", "ami": "ami-534af510", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-95ea22f2"], "subnet_id": "subnet-d5713ab3", "key_name": "prod-deploy-key" } } ] } ] }