prep v55.3.0

This commit is contained in:
Julio Castillo
2026-04-27 10:25:51 +02:00
parent 78bf096052
commit 8450edbf2b
206 changed files with 610 additions and 604 deletions

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v55.2.0
# Fabric release: v55.3.0
terraform {
required_version = ">= 1.12.2"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-connection:v55.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-connection:v55.3.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-connection:v55.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/bigquery-connection:v55.3.0-tf"
}
}