Skip to content

Commit 4ed6d66

Browse files
committed
feat(backend): only keep generic info
1 parent 9e072cf commit 4ed6d66

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/setup/aws/backend.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ terraform {
44
key = "github-setup/oidc/terraform.tfstate"
55
region = "us-east-1"
66
encrypt = true
7-
profile = "materialize-admin" # Add your profile name here since backend block doesn't accept variables
7+
# profile = "" # Add your profile name here since backend block doesn't accept variables
88
}
99
}

.github/setup/azure/backend.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ terraform {
44
key = "github-setup/oidc/azure/terraform.tfstate"
55
region = "us-east-1"
66
encrypt = true
7-
profile = "materialize-admin" # Add your profile name here since backend block doesn't accept variables
7+
# profile = "" # Add your profile name here since backend block doesn't accept variables
88
}
99
}

.github/setup/gcp/backend.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ terraform {
44
key = "github-setup/oidc/gcp/terraform.tfstate"
55
region = "us-east-1"
66
encrypt = true
7-
profile = "materialize-admin" # Add your profile name here since backend block doesn't accept variables
7+
# profile = "" # Add your profile name here since backend block doesn't accept variables
88
}
99
}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ tests/.terraform.lock.hcl
4242

4343
# Test run directories (timestamped directories in test/{cloud}/)
4444
test/*/t[0-9]*-*/
45+
.github/setup/*/terraform.tfstate
46+
.github/setup/*/backend-override.tf

0 commit comments

Comments
 (0)