{ "version": 4, "terraform_version": "1.6.1", "serial": 390, "lineage": "eed98156-bd61-6e95-6b5d-a2a358a041f0", "outputs": { "db_endpoint": { "value": "db-1.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-7bff90a8a0634095e", "ami": "ami-8c633f51", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dc9fd472"], "subnet_id": "subnet-f7f3dcdb", "key_name": "prod-deploy-key" } } ] } ] }