{ "version": 4, "terraform_version": "1.8.2", "serial": 526, "lineage": "fa002d26-566d-6986-648c-c8a50c15bf28", "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-1c75566fd571b557e", "ami": "ami-dbb733c6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-768ecb4e"], "subnet_id": "subnet-c23704db", "key_name": "prod-deploy-key" } } ] } ] }