Skip to content

Commit

Permalink
Merge pull request #3 from cimocimocimo/master
Browse files Browse the repository at this point in the history
Small PR with some convenience fixes
  • Loading branch information
jdpleiness authored Feb 19, 2022
2 parents 789634d + e16bd70 commit d655bbd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This module will create a bucket and assign it the proper ACLs to host a static
```HCL
module "storage_static_website" {
source = "jdpleiness/storage-static-website/google"
version = "2.0.0"
version = "~> 2.0.0"
bucket_name = "your-website-domain-name"
project_id = "your-project-id"
Expand Down
6 changes: 6 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@

terraform {
required_version = ">= 0.12"

required_providers {
google = {
source = "hashicorp/google"
}
}
}

0 comments on commit d655bbd

Please sign in to comment.