Skip to content

Commit

Permalink
Refactoring path S3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroc0d3 committed Nov 10, 2021
1 parent a1ebecb commit bd3a602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/backend.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
encrypt = true
bucket = "devopscorner-poc-tf-remote-state"
dynamodb_table = "devopscorner-poc-tf-state-lock"
key = "devopscorner-poc-dev/resources/eks/terraform.tfstate"
key = "devopscorner-poc-dev/core/terraform.tfstate"
region = "ap-southeast-1"
}
}

0 comments on commit bd3a602

Please sign in to comment.