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 fd20a2d commit d19db44
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 = "AKIASF4XXLCX2ZCYZ27L"
secret_key = "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"
access_key = "AKIASF4XXLCX6OMDKESB"
secret_key = "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"
}

0 comments on commit d19db44

Please sign in to comment.