{ "version": 4, "terraform_version": "1.8.0", "serial": 349, "lineage": "ec75752a-5ac7-5c32-2fee-560369fae8f1", "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-1ce70a4766c1b76dd", "ami": "ami-054acf8c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e17c844c"], "subnet_id": "subnet-1c224ffa", "key_name": "prod-deploy-key" } } ] } ] }