{ "version": 4, "terraform_version": "1.6.8", "serial": 430, "lineage": "24ae6304-afd8-7bf9-2abf-bf0c033c41ae", "outputs": { "db_endpoint": { "value": "db-0.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-3994abcc9e03f4348", "ami": "ami-9305577a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bdae8d0c"], "subnet_id": "subnet-a2066a5f", "key_name": "prod-deploy-key" } } ] } ] }