{ "version": 4, "terraform_version": "1.6.8", "serial": 132, "lineage": "edcd2af6-e15d-d8eb-98b4-ce973167c04c", "outputs": { "db_endpoint": { "value": "db-2.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-160139c82bed2d15d", "ami": "ami-85fc01a9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2621380b"], "subnet_id": "subnet-cecf94a8", "key_name": "prod-deploy-key" } } ] } ] }