diff --git a/examples/adding-custom-origins-and-cache-behaviours/README.md b/examples/adding-custom-origins-and-cache-behaviours/README.md index 91b9550..bc411de 100644 --- a/examples/adding-custom-origins-and-cache-behaviours/README.md +++ b/examples/adding-custom-origins-and-cache-behaviours/README.md @@ -19,7 +19,7 @@ resource "aws_route53_zone" "example" { module "aws_publii_hosting" { source = "chris-qa-org/terraform-aws-publii-hosting/aws" - version = "v1.0.0" + version = "v1.0.1" providers = { aws.useast1 = aws.useast1 diff --git a/examples/adding-custom-origins-and-cache-behaviours/main.tf b/examples/adding-custom-origins-and-cache-behaviours/main.tf index 046cba7..9aef7a1 100644 --- a/examples/adding-custom-origins-and-cache-behaviours/main.tf +++ b/examples/adding-custom-origins-and-cache-behaviours/main.tf @@ -14,7 +14,7 @@ resource "aws_route53_zone" "example" { module "aws_publii_hosting" { source = "chris-qa-org/terraform-aws-publii-hosting/aws" - version = "v1.0.0" + version = "v1.0.1" providers = { aws.useast1 = aws.useast1 diff --git a/examples/full-launch-with-existing-route53-zone/README.md b/examples/full-launch-with-existing-route53-zone/README.md index a68bdf9..680aa35 100644 --- a/examples/full-launch-with-existing-route53-zone/README.md +++ b/examples/full-launch-with-existing-route53-zone/README.md @@ -19,7 +19,7 @@ resource "aws_route53_zone" "example" { module "aws_publii_hosting" { source = "chris-qa-org/terraform-aws-publii-hosting/aws" - version = "v1.0.0" + version = "v1.0.1" providers = { aws.useast1 = aws.useast1 diff --git a/examples/full-launch-with-existing-route53-zone/main.tf b/examples/full-launch-with-existing-route53-zone/main.tf index 97711a6..b6a2438 100644 --- a/examples/full-launch-with-existing-route53-zone/main.tf +++ b/examples/full-launch-with-existing-route53-zone/main.tf @@ -14,7 +14,7 @@ resource "aws_route53_zone" "example" { module "aws_publii_hosting" { source = "chris-qa-org/terraform-aws-publii-hosting/aws" - version = "v1.0.0" + version = "v1.0.1" providers = { aws.useast1 = aws.useast1 diff --git a/examples/use-existing-certificate-and-create-own-route53-records/README.md b/examples/use-existing-certificate-and-create-own-route53-records/README.md index 7792b69..38994d7 100644 --- a/examples/use-existing-certificate-and-create-own-route53-records/README.md +++ b/examples/use-existing-certificate-and-create-own-route53-records/README.md @@ -15,7 +15,7 @@ provider "aws" { module "aws_publii_hosting" { source = "chris-qa-org/terraform-aws-publii-hosting/aws" - version = "v1.0.0" + version = "v1.0.1" providers = { aws.useast1 = aws.useast1 diff --git a/examples/use-existing-certificate-and-create-own-route53-records/main.tf b/examples/use-existing-certificate-and-create-own-route53-records/main.tf index fc1e055..ec1976d 100644 --- a/examples/use-existing-certificate-and-create-own-route53-records/main.tf +++ b/examples/use-existing-certificate-and-create-own-route53-records/main.tf @@ -10,7 +10,7 @@ provider "aws" { module "aws_publii_hosting" { source = "chris-qa-org/terraform-aws-publii-hosting/aws" - version = "v1.0.0" + version = "v1.0.1" providers = { aws.useast1 = aws.useast1