{ "version": 4, "terraform_version": "1.8.6", "serial": 562, "lineage": "5b982ded-93e4-4ec0-67ac-741ebf5dbb46", "outputs": { "db_endpoint": { "value": "db-2.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-1bad09394d4528c2d", "ami": "ami-da2890d4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5b742eb7"], "subnet_id": "subnet-dcdc8650", "key_name": "prod-deploy-key" } } ] } ] }