New tool versions.py to manage versions.tf/tofu (#2803)

* Add provider_metadata to all modules

* Fix linting version check

* Another way

* Fix syntax

* Add fabric prefix to all provider meta

* Fix linting.yml
This commit is contained in:
Julio Castillo
2025-01-09 09:57:48 +01:00
committed by GitHub
parent 9723cc2a57
commit cf173701b6
198 changed files with 1479 additions and 201 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -26,4 +26,10 @@ terraform {
version = ">= 6.13.0, < 7.0.0" # tftest
}
}
provider_meta "google" {
module_name = "fabric:tf:modules/cloud-identity-group:v36.0.1"
}
provider_meta "google-beta" {
module_name = "fabric:tf:modules/cloud-identity-group:v36.0.1"
}
}

View File

@@ -1,4 +1,4 @@
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -26,4 +26,10 @@ terraform {
version = ">= 6.13.0, < 7.0.0" # tftest
}
}
provider_meta "google" {
module_name = "fabric:tofu:modules/cloud-identity-group:v36.0.1"
}
provider_meta "google-beta" {
module_name = "fabric:tofu:modules/cloud-identity-group:v36.0.1"
}
}