Skip to content

Commit

Permalink
Merge pull request #3539 from EnterpriseDB/docs/biganimal/terraform-u…
Browse files Browse the repository at this point in the history
…pdates

BigAnimal: Terraform updates
  • Loading branch information
drothery-edb authored Jan 16, 2023
2 parents 1eb8f9d + cf19276 commit f4aa528
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,7 @@ If IAM integration is configured for your cluster, you can log in to Postgres us
1. Connect to Postgres using your IAM credentials.
1. When prompted for the password, enter your access key (<access key ID>:<secret access key>).

### See also

For information on integrating with IAM using the CLI, see the [Using IAM authentication on AWS](/biganimal/latest/reference/cli/using_features/#using-iam-authentication-on-aws) section in the [Using BigAnimal features with the CLI](/biganimal/latest/reference/cli/using_features) topic.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To use Terraform with BigAnimal, you need:
# Configure the BigAnimal Provider
provider "biganimal" {
ba_bearer_token = "<redacted>"
//ba_api_uri = "https://portal.biganimal.com/api/v2" // Optional
//ba_api_uri = "https://portal.biganimal.com/api/v3" // Optional
}
# Manage the resources
```
Expand Down Expand Up @@ -63,7 +63,3 @@ Optionally, credentials can also be provided by using the `BA_API_URI` environme
Rather than export the token as described in this step, you can use the token to set the value of the `ba_bearer_token` when configuring the BigAnimal provider, as shown in [Example usage](#example-usage).
1. Now you can follow along with the [examples](https://github.com/EnterpriseDB/terraform-provider-biganimal/blob/main/examples/README.md) in the Terraform repository.


## See also

- [Using IAM authentication on AWS](/biganimal/latest/reference/cli/using_features/#using-iam-authentication-on-aws) using the CLI

0 comments on commit f4aa528

Please sign in to comment.