{ "version": 4, "terraform_version": "1.6.9", "serial": 394, "lineage": "ee66d2a0-71cd-5c36-a24b-d26855cbd3ae", "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-2c4f4d2e177b1645b", "ami": "ami-54f83c50", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cb08c490"], "subnet_id": "subnet-b1b11411", "key_name": "prod-deploy-key" } } ] } ] }