diff --git a/state.tf b/state.tf index 00db27c..53f72ce 100644 --- a/state.tf +++ b/state.tf @@ -2,8 +2,6 @@ terraform { backend "s3" { bucket = "terraform-aws-bucket" key = "tips-of-mine-terraform-bucket/backend/terraform.tfstate" - access_key = "AKIAZ5G4HREH6HLZY3LF" - secret_key = "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" region = "eu-north-1" } } \ No newline at end of file