{ "version": 4, "terraform_version": "1.7.2", "serial": 146, "lineage": "4d222327-c8b4-a473-ab73-206178c798a0", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-e8d7ac87c5056f048", "ami": "ami-164de282", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ee1dfad1"], "subnet_id": "subnet-2155561a", "key_name": "prod-deploy-key" } } ] } ] }