Skip to content

Commit

Permalink
update reference config to let user set keys and bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Oct 25, 2024
1 parent 7d0bb2a commit cfe4778
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions examples/camunda-8.6-irsa/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ terraform {

# You can override the backend configuration; this is given as an example.
backend "s3" {
bucket = "my-eks-tf-state"
key = "camunda-terraform/terraform-irsa.tfstate"
encrypt = true
}

Expand Down
2 changes: 0 additions & 2 deletions examples/camunda-8.6/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ terraform {

# You can override the backend configuration; this is given as an example.
backend "s3" {
bucket = "my-eks-tf-state"
key = "camunda-terraform/terraform-std.tfstate"
encrypt = true
}

Expand Down
2 changes: 0 additions & 2 deletions examples/camunda-8.7-irsa/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ terraform {

# You can override the backend configuration; this is given as an example.
backend "s3" {
bucket = "my-eks-tf-state"
key = "camunda-terraform/terraform-irsa.tfstate"
encrypt = true
}

Expand Down
2 changes: 0 additions & 2 deletions examples/camunda-8.7/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ terraform {

# You can override the backend configuration; this is given as an example.
backend "s3" {
bucket = "my-eks-tf-state"
key = "camunda-terraform/terraform-std.tfstate"
encrypt = true
}

Expand Down

0 comments on commit cfe4778

Please sign in to comment.