Skip to content

Commit

Permalink
docs: readme update of bah examples
Browse files Browse the repository at this point in the history
  • Loading branch information
wai-wong-edb committed Oct 31, 2023
1 parent 400e7f9 commit 825b3fd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ The document generation tool looks for files in the following locations by defau
## biganimal_cluster resource examples
* [Single node cluster example](./resources/biganimal_cluster/single_node/resource.tf)
* [Single node cluster example on AWS(Your Cloud Account)](./resources/biganimal_cluster/single_node/aws/resource.tf)
* [Single node cluster example on AWS(BigAnimal's Cloud Account)](./resources/biganimal_cluster/single_node/bah_aws/resource.tf)
* [Single node cluster example on Azure(Your Cloud Account)](./resources/biganimal_cluster/single_node/azure/resource.tf)
* [Single node cluster example on Azure(BigAnimal's Cloud Account)](./resources/biganimal_cluster/single_node/bah_azure/resource.tf)
* [Single node cluster example on Google Cloud(Your Cloud Account)](./resources/biganimal_cluster/single_node/gcp/resource.tf)
* [Single node cluster example on AWS(BigAnimal Hosted)](./resources/biganimal_cluster/single_node/bah_aws/resource.tf)
* [Single node cluster example on Google Cloud(BigAnimal Hosted)](./resources/biganimal_cluster/single_node/bah_gcp/resource.tf)
* [Single node cluster example on Google Cloud(BigAnimal's Cloud Account)](./resources/biganimal_cluster/single_node/bah_gcp/resource.tf)

* [Primary/Standby High availability cluster example](./resources/biganimal_cluster/ha/resource.tf)
* For Distributed High Availability cluster examples, please check [the biganimal_pgd resource examples below](#biganimal_pgd-resource-examples-for-managing-distributed-high-availability-clusters)
Expand All @@ -23,7 +24,13 @@ The document generation tool looks for files in the following locations by defau

* [PGD Azure One Data Group Example](./resources/biganimal_pgd/azure/data_group/resource.tf)
* [PGD Azure Two Data Groups with One Witness Group Example](./resources/biganimal_pgd/azure/data_groups_with_witness_group/resource.tf)
* [PGD Azure BigAnimal's cloud account One Data Group Example](./resources/biganimal_pgd/azure/bah_data_group/resource.tf)
* [PGD Azure BigAnimal's cloud account Two Data Groups with One Witness Group Example](./resources/biganimal_pgd/azure/bah_data_groups_with_witness_group/resource.tf)
* [PGD AWS One Data Group Example](./resources/biganimal_pgd/aws/data_group/resource.tf)
* [PGD AWS Two Data Groups with One Witness Group Example](./resources/biganimal_pgd/aws/data_groups_with_witness_group/resource.tf)
* [PGD AWS BigAnimal's cloud account One Data Group Example](./resources/biganimal_pgd/aws/bah_data_group/resource.tf)
* [PGD AWS BigAnimal's cloud account Two Data Groups with One Witness Group Example](./resources/biganimal_pgd/aws/bah_data_groups_with_witness_group/resource.tf)
* [PGD Google Cloud One Data Group Example](./resources/biganimal_pgd/gcp/data_group/resource.tf)
* [PGD Google Cloud Two Data Groups with One Witness Group Example](./resources/biganimal_pgd/gcp/data_groups_with_witness_group/resource.tf)
* [PGD GCP BigAnimal's cloud account One Data Group Example](./resources/biganimal_pgd/gcp/bah_data_group/resource.tf)
* [PGD GCP BigAnimal's cloud account Two Data Groups with One Witness Group Example](./resources/biganimal_pgd/gcp/bah_data_groups_with_witness_group/resource.tf)

0 comments on commit 825b3fd

Please sign in to comment.