We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1df59 commit 743c40bCopy full SHA for 743c40b
1 file changed
infra/tf/main.tf
@@ -68,7 +68,7 @@ module "dataform_export" {
68
}
69
70
module "masthead_agent" {
71
- source = "github.com/masthead-data/terraform-google-masthead-agent?ref=48411ad144a8540552f366c6ceb24fd6aae787a9"
+ source = "github.com/masthead-data/terraform-google-masthead-agent?ref=48411ad144a8540552f366c6ceb24fd6aae787a9"
72
# version = "~> 0.1.3"
73
74
project_id = local.project
@@ -83,6 +83,6 @@ module "masthead_agent" {
83
84
# Custom labels for resource management
85
labels = {
86
- team = "dataops"
+ team = "dataops"
87
88
0 commit comments