{ "version": 4, "terraform_version": "1.8.2", "serial": 159, "lineage": "7639f96d-a694-8620-0855-f806b8f7f301", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-17bc1e45bd07f8676", "ami": "ami-54ff456d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5a99cfae"], "subnet_id": "subnet-a73403d5", "key_name": "prod-deploy-key" } } ] } ] }