Skip to content

Commit

Permalink
Merge pull request #45 from chris-qa-org/bump-version-1-2-1
Browse files Browse the repository at this point in the history
Version bump 1.2.1
  • Loading branch information
Stretch96 authored Jun 21, 2022
2 parents d04758a + 4a1981f commit 7807a95
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.2.0"
version = "v1.2.1"
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.2.0"
version = "v1.2.1"

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.2.0"
version = "v1.2.1"
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.2.0"
version = "v1.2.1"

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.2.0"
version = "v1.2.1"
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.2.0"
version = "v1.2.1"

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

0 comments on commit 7807a95

Please sign in to comment.