{ "version": 4, "terraform_version": "1.7.6", "serial": 355, "lineage": "6f079d90-893a-f3d9-dcc7-02016951fa08", "outputs": { "db_endpoint": { "value": "db-3.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-ce0831ec30f464035", "ami": "ami-2bec0aab", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-89b71907"], "subnet_id": "subnet-231b5a3f", "key_name": "prod-deploy-key" } } ] } ] }