From 604bfccefc9d869b046fd84ce5bd2dc287a224ee Mon Sep 17 00:00:00 2001 From: Bharath KKB Date: Mon, 13 Jan 2025 18:47:21 -0600 Subject: [PATCH] feat: ops agent policy attrib --- modules/ops-agent-policy/versions.tf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/ops-agent-policy/versions.tf b/modules/ops-agent-policy/versions.tf index a5005e6..0675595 100644 --- a/modules/ops-agent-policy/versions.tf +++ b/modules/ops-agent-policy/versions.tf @@ -1,5 +1,5 @@ /** - * Copyright 2024 Google LLC + * Copyright 2023 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,4 +23,8 @@ terraform { version = ">= 4.0, < 7" } } + + provider_meta "google" { + module_name = "blueprints/terraform/terraform-google-cloud-operations:ops-agent-policy/v0.6.0" + } }