Skip to content

Commit

Permalink
Merge pull request #41 from chris-qa-org/bump-version-1-1-0
Browse files Browse the repository at this point in the history
Version bump 1.1.0
  • Loading branch information
Stretch96 authored May 29, 2022
2 parents b116909 + e7a798c commit 8a52b4e
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 8a52b4e

Please sign in to comment.