{ "version": 4, "terraform_version": "1.6.8", "serial": 386, "lineage": "541cf023-dc39-42b6-281f-d5ad6ae93745", "outputs": { "db_endpoint": { "value": "db-3.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-619e5086a1c3cdeff", "ami": "ami-449ffe06", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-aff8845f"], "subnet_id": "subnet-cba3f164", "key_name": "prod-deploy-key" } } ] } ] }