{ "version": 4, "terraform_version": "1.5.8", "serial": 506, "lineage": "deed6605-56e2-25f8-9b3a-eb6d8cd710d9", "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-3ce09af57bf00f5aa", "ami": "ami-3f2bff1b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6ef7af29"], "subnet_id": "subnet-dc3dcead", "key_name": "prod-deploy-key" } } ] } ] }