{ "version": 4, "terraform_version": "1.7.4", "serial": 217, "lineage": "1772b579-2a31-5d70-98c1-665c1739f137", "outputs": { "db_endpoint": { "value": "db-4.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-cd09c58eb6b217ee0", "ami": "ami-fae180fd", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-da28c2c9"], "subnet_id": "subnet-558c9f1d", "key_name": "prod-deploy-key" } } ] } ] }