{ "version": 4, "terraform_version": "1.7.1", "serial": 383, "lineage": "14a00add-c68d-9d39-e797-a01ff64e2c44", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-8e7934ff97f78f84a", "ami": "ami-29574615", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-420b0c4d"], "subnet_id": "subnet-3187ddb2", "key_name": "prod-deploy-key" } } ] } ] }