{ "version": 4, "terraform_version": "1.7.0", "serial": 596, "lineage": "41d3419d-03f8-fec5-304c-ce9831fed772", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-e40ace1fe7da55a13", "ami": "ami-a83c6f4b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0ec8b459"], "subnet_id": "subnet-1425e719", "key_name": "prod-deploy-key" } } ] } ] }