{ "version": 4, "terraform_version": "1.7.9", "serial": 368, "lineage": "a6eaab4d-9226-e6f7-9be1-b1e2c0964b45", "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-071f05c88e1e1c580", "ami": "ami-82cc0c67", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-caf25c46"], "subnet_id": "subnet-7ae108f8", "key_name": "prod-deploy-key" } } ] } ] }