{ "version": 4, "terraform_version": "1.7.9", "serial": 165, "lineage": "1a101811-b463-a8e3-e524-476835fc2250", "outputs": { "db_endpoint": { "value": "db-0.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-06324bc6760c562e0", "ami": "ami-11bc6781", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fb6b5bbd"], "subnet_id": "subnet-adf14ea0", "key_name": "prod-deploy-key" } } ] } ] }