Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr authored Oct 6, 2024
1 parent 5ff1894 commit 2d74666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .infra/gcp-gha-gcp-opentofu/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ locals {
}

generate "provider" {
path = "provider.tf"
path = "provider.tf"
if_exists = "overwrite_terragrunt"
contents = <<EOF
contents = <<EOF
provider "google" {
project = "${local.gcp_project}"
region = "${local.gcp_region}"
Expand All @@ -25,5 +25,5 @@ terraform {

inputs = {
gcp_project = local.gcp_project
gcp_region = local.gcp_region
gcp_region = local.gcp_region
}

0 comments on commit 2d74666

Please sign in to comment.