{ "version": 4, "terraform_version": "1.7.8", "serial": 594, "lineage": "37457393-7f47-e7d2-1762-ed15844c16a2", "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-b71d4ccbc15017c93", "ami": "ami-713278f5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-98cc6ab5"], "subnet_id": "subnet-8249fc0a", "key_name": "prod-deploy-key" } } ] } ] }