{ "version": 4, "terraform_version": "1.5.6", "serial": 508, "lineage": "9933327e-8300-3b34-20c5-3e678a25f68f", "outputs": { "db_endpoint": { "value": "db-3.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-442e674431ab09f59", "ami": "ami-f1724c3f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-310974b5"], "subnet_id": "subnet-7587fa4f", "key_name": "prod-deploy-key" } } ] } ] }