-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: changed access key env to BA_ACCESS_KEY (#474)
- Loading branch information
1 parent
33ec879
commit b3aaa31
Showing
7 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Configure the BigAnimal Provider | ||
provider "biganimal" { | ||
ba_bearer_token = "<redacted>" | ||
// edb_tf_access_key: if set, this will be used instead of the ba_bearer_token above. | ||
// ba_access_key: if set, this will be used instead of the ba_bearer_token above. | ||
// This can also be set as an environment variable. If it is set both here and | ||
// in an environment variable then the access key set in the environment variable | ||
// will take priority and be used | ||
edb_tf_access_key = "<redacted>" | ||
ba_access_key = "<redacted>" | ||
//ba_api_uri = "https://portal.biganimal.com/api/v3" // Optional | ||
} | ||
# Manage the resources |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters