Skip to content

Commit

Permalink
Added Variables Using tfvar and .gitignore. -hehe
Browse files Browse the repository at this point in the history
  • Loading branch information
Trex-Hub committed May 20, 2024
1 parent 80c3067 commit 98031f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AWS Automation/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ terraform {

provider "aws" {
region = "ap-south-1"
access_key = ""
secret_key = ""
access_key = "${var.access_key}"
secret_key = "${var.secret_key}"
}

0 comments on commit 98031f2

Please sign in to comment.