{ "version": 4, "terraform_version": "1.6.4", "serial": 572, "lineage": "9522974d-931e-7bdf-4321-047cce50b665", "outputs": { "db_endpoint": { "value": "db-0.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-58e382f81e5a169d9", "ami": "ami-7a440065", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-44745aaa"], "subnet_id": "subnet-7d816a78", "key_name": "prod-deploy-key" } } ] } ] }