{ "version": 4, "terraform_version": "1.6.7", "serial": 255, "lineage": "a27a0f4c-6cf1-5095-5723-cf6f677813f6", "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-67da27353c1fab403", "ami": "ami-33e2c8fe", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-63c40c4d"], "subnet_id": "subnet-5d82afae", "key_name": "prod-deploy-key" } } ] } ] }