{ "version": 4, "terraform_version": "1.7.1", "serial": 315, "lineage": "f50aeba0-533c-5b33-ed88-714c360cde22", "outputs": { "db_endpoint": { "value": "db-2.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-d1399f9fd19e44f7b", "ami": "ami-eb40d8f0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-389b518d"], "subnet_id": "subnet-aac96bc2", "key_name": "prod-deploy-key" } } ] } ] }