File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- terraform {
18- required_providers {
19- google = {
20- source = " hashicorp/google"
21- /*
22- Pinning this version due to an upstream provider issue: https://github.com/hashicorp/terraform-provider-google/issues/11891
23- */
24- version = " 4.24.0"
25- }
26- }
27- }
28-
2917provider "google" {
3018 region = var. region
3119}
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- terraform {
18- required_providers {
19- google = {
20- source = " hashicorp/google"
21- /*
22- Pinning this version due to an upstream provider issue: https://github.com/hashicorp/terraform-provider-google/issues/11891
23- */
24- version = " 4.24.0"
25- }
26- }
27- }
28-
2917resource "random_id" "instance_name_suffix" {
3018 byte_length = 5
3119}
You can’t perform that action at this time.
0 commit comments