{ "version": 4, "terraform_version": "1.7.2", "serial": 520, "lineage": "2e0bf067-ff41-4cbf-23fe-93438af9be27", "outputs": { "db_endpoint": { "value": "db-4.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-c058f64cca027a9b2", "ami": "ami-19b4a080", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8d6bca61"], "subnet_id": "subnet-d9232905", "key_name": "prod-deploy-key" } } ] } ] }