{ "version": 4, "terraform_version": "1.6.5", "serial": 425, "lineage": "2aea27f0-c5b2-3cc7-4a9a-429af3f480ae", "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-d50931a5d1779f787", "ami": "ami-179ad1a9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-52172fc2"], "subnet_id": "subnet-1a53912e", "key_name": "prod-deploy-key" } } ] } ] }