We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61faa2e commit c2c831dCopy full SHA for c2c831d
terraform/bastion/instance.tf
@@ -44,15 +44,15 @@ data "aws_route53_zone" "rust_lang_org" {
44
45
resource "aws_route53_record" "bastion" {
46
zone_id = data.aws_route53_zone.rust_lang_org.id
47
- name = "bastion.infra.rust-lang.org"
+ name = "bastion1.infra.rust-lang.org"
48
type = "A"
49
records = [aws_eip.bastion.public_ip]
50
ttl = 300
51
}
52
53
resource "aws_route53_record" "bastion2" {
54
55
- name = "bastion2.infra.rust-lang.org"
+ name = "bastion.infra.rust-lang.org"
56
57
records = [aws_eip.bastion2.public_ip]
58
0 commit comments