{ "version": 4, "terraform_version": "1.6.4", "serial": 554, "lineage": "e08cfab0-9127-df5d-15ac-af9be98baae8", "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-27b58b2bd42961633", "ami": "ami-6127ad09", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0d7eb58d"], "subnet_id": "subnet-03ea42ad", "key_name": "prod-deploy-key" } } ] } ] }