{ "version": 4, "terraform_version": "1.6.7", "serial": 368, "lineage": "91da39cc-7c49-232a-8283-7bc58f265fc0", "outputs": { "db_endpoint": { "value": "db-1.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-c2f1cb9db0e1c9325", "ami": "ami-c161c701", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bce85f0e"], "subnet_id": "subnet-aec92ac4", "key_name": "prod-deploy-key" } } ] } ] }