{ "version": 4, "terraform_version": "1.5.2", "serial": 387, "lineage": "d6442743-b2e7-ebfa-bf7a-b7e422ff5b36", "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-175df19732e71f6c6", "ami": "ami-7e70954a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f1161340"], "subnet_id": "subnet-7ee3e655", "key_name": "prod-deploy-key" } } ] } ] }