Skip to content

Commit

Permalink
Update provider.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
574n13y authored Dec 31, 2023
1 parent bfbf091 commit f1dbfd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ terraform {
# Configure the AWS Provider
provider "aws" {
region = "ap-northeast-1"
access_key = "AKIASF4XXLCXRANQNY6Z"
secret_key = "p51QOmBmlSWu1H4VNZ3yvmenPUzTWGwWEk/fsMHc"
access_key = "your-access-key"
secret_key = "your-secret-key"
}

0 comments on commit f1dbfd1

Please sign in to comment.