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" + } }