{ "version": 4, "terraform_version": "1.5.5", "serial": 292, "lineage": "6131ccd0-f3b2-0c51-3cab-b97c39e432dd", "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-557fcb4815854ea17", "ami": "ami-69294387", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5bc6ab79"], "subnet_id": "subnet-c86f13f1", "key_name": "prod-deploy-key" } } ] } ] }