Skip to content

Commit

Permalink
Version bump 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stretch96 committed May 29, 2022
1 parent b116909 commit e7a798c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "aws_route53_zone" "example" {
module "aws_publii_hosting" {
source = "chris-qa-org/publii-hosting/aws"
version = "v1.0.3"
version = "v1.1.0"
providers = {
aws.useast1 = aws.useast1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "aws_route53_zone" "example" {

module "aws_publii_hosting" {
source = "chris-qa-org/publii-hosting/aws"
version = "v1.0.3"
version = "v1.1.0"

providers = {
aws.useast1 = aws.useast1
Expand Down
2 changes: 1 addition & 1 deletion examples/full-launch-with-existing-route53-zone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "aws_route53_zone" "example" {
module "aws_publii_hosting" {
source = "chris-qa-org/publii-hosting/aws"
version = "v1.0.3"
version = "v1.1.0"
providers = {
aws.useast1 = aws.useast1
Expand Down
2 changes: 1 addition & 1 deletion examples/full-launch-with-existing-route53-zone/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "aws_route53_zone" "example" {

module "aws_publii_hosting" {
source = "chris-qa-org/publii-hosting/aws"
version = "v1.0.3"
version = "v1.1.0"

providers = {
aws.useast1 = aws.useast1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ provider "aws" {
module "aws_publii_hosting" {
source = "chris-qa-org/publii-hosting/aws"
version = "v1.0.3"
version = "v1.1.0"
providers = {
aws.useast1 = aws.useast1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ provider "aws" {

module "aws_publii_hosting" {
source = "chris-qa-org/publii-hosting/aws"
version = "v1.0.3"
version = "v1.1.0"

providers = {
aws.useast1 = aws.useast1
Expand Down

0 comments on commit e7a798c

Please sign in to comment.