{ "version": 4, "terraform_version": "1.8.6", "serial": 428, "lineage": "06a6d8e4-ec80-6125-09a2-a9c8e7cf1ac4", "outputs": { "db_endpoint": { "value": "db-4.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-b029fc5554ee9a127", "ami": "ami-f1441f57", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d09d9777"], "subnet_id": "subnet-9b2928d9", "key_name": "prod-deploy-key" } } ] } ] }