Skip to content

Commit 89b8ce6

Browse files
Update main.tf
1 parent ce0662d commit 89b8ce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#this file consists of code for instances and sg
22
provider "aws" {
33
region = "eu-west-3"
4-
access_key = "AKIA36JX34OE4AXKSK7E"
5-
secret_key = "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"
4+
access_key = "AKIAYFYRT4QY3GHCH5TH"
5+
secret_key = "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"
66
}
77

88
resource "aws_instance" "one" {

0 commit comments

Comments
 (0)