Skip to content

Commit

Permalink
Update providers.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
migara authored May 1, 2024
1 parent 1f29a1a commit 6e4f19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ terraform {
}

backend "s3" {
bucket = "regional-training-2021-gh-actions"
bucket = "config-as-code-demo"
key = "gh-actions-pac"
}
}

provider "panos" {}
provider "panos" {}

0 comments on commit 6e4f19d

Please sign in to comment.