Skip to content

Commit

Permalink
compute-vm: add resource manager tags support for instance templates (G…
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaPrete authored Jan 16, 2024
1 parent 9e66f6c commit 1c81564
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Google LLC
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.10.0, < 6.0.0" # tftest
version = ">= 5.11.0, < 6.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.10.0, < 6.0.0" # tftest
version = ">= 5.11.0, < 6.0.0" # tftest
}
}
}

0 comments on commit 1c81564

Please sign in to comment.