{ "version": 4, "terraform_version": "1.5.0", "serial": 200, "lineage": "64d69ce0-4f1f-39ff-9c11-d2f254fff58f", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-57d2454cd2112e2db", "ami": "ami-e9afac82", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d8dc8bbd"], "subnet_id": "subnet-1dfef935", "key_name": "prod-deploy-key" } } ] } ] }