{ "version": 4, "terraform_version": "1.7.0", "serial": 366, "lineage": "ed7de590-f0d6-de45-5c75-ce97bffb9b0a", "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-a1069cc8c5c03fab4", "ami": "ami-107f4fd6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6c0474af"], "subnet_id": "subnet-f88319c6", "key_name": "prod-deploy-key" } } ] } ] }