Skip to content

Commit

Permalink
use version 0.3.0 for route53-records module
Browse files Browse the repository at this point in the history
  • Loading branch information
etwillbefine committed Apr 21, 2020
1 parent 7d0bf69 commit 5bb9d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadbalancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "aws_elb" "public_api" {
}

module "public_api_record" {
source = "git::https://github.com/goci-io/aws-route53-records.git?ref=master"
source = "git::https://github.com/goci-io/aws-route53-records.git?ref=tags/0.3.0"
enabled = var.create_public_api_record
hosted_zone = local.cluster_dns
alias_records = [
Expand Down

0 comments on commit 5bb9d0d

Please sign in to comment.