Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from girder/version
Browse files Browse the repository at this point in the history
Bump the version in the example
  • Loading branch information
brianhelba authored Sep 16, 2020
2 parents 239592c + b8f5e31 commit 881135e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "random_pet" "instance_name" {

module "girder" {
source = "girder/girder/aws"
version = "0.6.0"
version = "0.7.0"

project_slug = random_pet.instance_name.id
route53_zone_id = data.aws_route53_zone.domain.zone_id
Expand Down

0 comments on commit 881135e

Please sign in to comment.