Skip to content

Commit

Permalink
fix: examples refactored removed bah and combined with cloud provider…
Browse files Browse the repository at this point in the history
… examples
  • Loading branch information
wai-wong-edb committed May 21, 2024
1 parent 1905afd commit 6631c14
Show file tree
Hide file tree
Showing 18 changed files with 15 additions and 1,160 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource "biganimal_cluster" "single_node_cluster" {
pg_type = "epas"
pg_version = "15"
private_networking = false
cloud_provider = "aws"
cloud_provider = "aws" // use "bah:aws" for BigAnimal's cloud account AWS
read_only_connections = false
region = "us-east-1"
superuser_access = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource "biganimal_cluster" "single_node_cluster" {
pg_type = "epas"
pg_version = "15"
private_networking = false
cloud_provider = "azure"
cloud_provider = "azure" // use "bah:azure" for BigAnimal's cloud account Azure
read_only_connections = false
region = "eastus2"
superuser_access = true
Expand Down
108 changes: 0 additions & 108 deletions examples/resources/biganimal_cluster/single_node/bah_aws/resource.tf

This file was deleted.

113 changes: 0 additions & 113 deletions examples/resources/biganimal_cluster/single_node/bah_azure/resource.tf

This file was deleted.

102 changes: 0 additions & 102 deletions examples/resources/biganimal_cluster/single_node/bah_gcp/resource.tf

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource "biganimal_cluster" "single_node_cluster" {
pg_type = "epas"
pg_version = "15"
private_networking = false
cloud_provider = "gcp"
cloud_provider = "gcp" // use "bah:gcp" for BigAnimal's cloud account Google Cloud provider
read_only_connections = false
region = "us-east1"
superuser_access = true
Expand Down
Loading

0 comments on commit 6631c14

Please sign in to comment.