Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
dackbusch committed Dec 9, 2022
1 parent a1fe290 commit 3cd092a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Select between the minimalist **examples/standard.tf** or the fully featured **e

```hcl
module "qumulo_cloud_q" {
source = "git::https://github.com/Qumulo/aws-terraform-cloud-q.git?ref=v4.6"
source = "git::https://github.com/Qumulo/aws-terraform-cloud-q.git?ref=v4.7"
# ****************************** Required *************************************************************
# ***** Terraform Variables *****
Expand Down Expand Up @@ -147,7 +147,7 @@ output "outputs_qumulo_cloud_q" {

```hcl
module "qumulo_cloud_q" {
source = "git::https://github.com/Qumulo/aws-terraform-cloud-q.git?ref=v4.6"
source = "git::https://github.com/Qumulo/aws-terraform-cloud-q.git?ref=v4.7"
# ****************************** Required *************************************************************
# ***** Terraform Variables *****
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "qumulo_cloud_q" {
source = "git::https://github.com/Qumulo/aws-terraform-cloud-q.git?ref=v4.6"
source = "git::https://github.com/Qumulo/aws-terraform-cloud-q.git?ref=v4.7"

# ****************************** Required *************************************************************
# ***** Terraform Variables *****
Expand Down
2 changes: 1 addition & 1 deletion examples/standard.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "qumulo_cloud_q" {
source = "git::https://github.com/Qumulo/aws-terraform-cloud-q.git?ref=v4.6"
source = "git::https://github.com/Qumulo/aws-terraform-cloud-q.git?ref=v4.7"

# ****************************** Required *************************************************************
# ***** Terraform Variables *****
Expand Down

0 comments on commit 3cd092a

Please sign in to comment.