{ "version": 4, "terraform_version": "1.7.8", "serial": 452, "lineage": "f20b4930-290a-e5e8-1902-5ab8cfcee7a2", "outputs": { "db_endpoint": { "value": "db-1.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-c5126095b6231d397", "ami": "ami-d855c607", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b91e9ba1"], "subnet_id": "subnet-fc8bf1af", "key_name": "prod-deploy-key" } } ] } ] }