Skip to content

Commit

Permalink
chore(deps): update terraform github.com/binbashar/terraform-aws-doma…
Browse files Browse the repository at this point in the history
…in-redirect to v1.0.1
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 79af362 commit 20594b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resource "aws_route53_record" "aws_public_hosted_zone_1_mx_records" {
# Redirect binbash.com.ar to binbash.co
#
module "domain-redirect-binbash_com_ar-to-binbash_co" {
source = "github.com/binbashar/terraform-aws-domain-redirect?ref=v1.0.0"
source = "github.com/binbashar/terraform-aws-domain-redirect?ref=v1.0.1"
source_hosted_zone_name = "binbash.com.ar"
target_url = "binbash.co"
providers = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource "aws_route53_zone" "public" {
# Redirect leverage.binbash.com.ar to leverage.binbash.co
#
module "domain-redirect-binbash_com_ar-to-binbash_co" {
source = "github.com/binbashar/terraform-aws-domain-redirect?ref=v1.0.0"
source = "github.com/binbashar/terraform-aws-domain-redirect?ref=v1.0.1"
source_hosted_zone_name = "leverage.binbash.com.ar"
target_url = "leverage.binbash.co"
providers = {
Expand Down

0 comments on commit 20594b6

Please sign in to comment.