{ "version": 4, "terraform_version": "1.6.9", "serial": 238, "lineage": "50969805-fd1a-1807-551d-5b9712b19355", "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-aab5840d16f5025c2", "ami": "ami-d91bdde0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b832386d"], "subnet_id": "subnet-f11d09e5", "key_name": "prod-deploy-key" } } ] } ] }