Skip to content

Commit

Permalink
Merge pull request #26 from 18F/update-examples-to-use-060
Browse files Browse the repository at this point in the history
Update README.md to reflect most recent tag
  • Loading branch information
rahearn authored Jun 7, 2023
2 parents 502f512 + 611265d commit 619844b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Creates an RDS database based on the `rds_plan_name` variable and outputs the `i

```
module "database" {
source = "github.com/18f/terraform-cloudgov//database?ref=v0.5.1"
source = "github.com/18f/terraform-cloudgov//database?ref=v0.6.0"
cf_org_name = local.cf_org_name
cf_space_name = local.cf_space_name
Expand All @@ -25,7 +25,7 @@ Creates a Elasticache redis instance and outputs the `instance_id` for use elsew

```
module "redis" {
source = "github.com/18f/terraform-cloudgov//redis?ref=v0.5.1"
source = "github.com/18f/terraform-cloudgov//redis?ref=v0.6.0"
cf_org_name = local.cf_org_name
cf_space_name = local.cf_space_name
Expand All @@ -40,7 +40,7 @@ Creates an s3 bucket and outputs the `bucket_id` for use elsewhere.

```
module "s3" {
source = "github.com/18f/terraform-cloudgov//s3?ref=v0.5.1"
source = "github.com/18f/terraform-cloudgov//s3?ref=v0.6.0"
cf_org_name = local.cf_org_name
cf_space_name = local.cf_space_name
Expand All @@ -58,7 +58,7 @@ Note that the domain must be created in cloud.gov by an OrgManager before this m

```
module "domain" {
source = "github.com/18f/terraform-cloudgov//domain?ref=v0.5.1"
source = "github.com/18f/terraform-cloudgov//domain?ref=v0.6.0"
cf_org_name = local.cf_org_name
cf_space_name = local.cf_space_name
Expand All @@ -78,7 +78,7 @@ Notes:

```
module "clamav" {
source = "github.com/18f/terraform-cloudgov//clamav?ref=v0.5.1"
source = "github.com/18f/terraform-cloudgov//clamav?ref=v0.6.0"
cf_org_name = local.cf_org_name
cf_space_name = local.cf_space_name
Expand All @@ -101,7 +101,7 @@ Creates a new cloud.gov space, such as when creating an egress space, and output

```
module "egress_space" {
source = "github.com/18f/terraform-cloudgov//cg_space?ref=v0.5.1"
source = "github.com/18f/terraform-cloudgov//cg_space?ref=v0.6.0"
cf_org_name = local.cf_org_name
cf_space_name = "${local.cf_space_name}-egress"
Expand Down

0 comments on commit 619844b

Please sign in to comment.