{ "version": 4, "terraform_version": "1.8.9", "serial": 371, "lineage": "1e2d5199-072f-3c9e-1c71-29973843b8e9", "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-f31d41065911a1848", "ami": "ami-5a088cd2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-861a7fa5"], "subnet_id": "subnet-fc0ae3f3", "key_name": "prod-deploy-key" } } ] } ] }