Skip to content

Commit

Permalink
Merge pull request #90 from serokell/rvem/disable-dns64
Browse files Browse the repository at this point in the history
Disable DNS64
  • Loading branch information
rvem authored Sep 5, 2023
2 parents 2270f3d + 42d3011 commit ee6a6f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/main.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ in {
};
};

module.vpc = {
public_subnet_enable_dns64 = false;
public_subnet_enable_resource_name_dns_aaaa_record_on_launch = false;
};

resource.aws_key_pair.balsoft = {
key_name = "balsoft";
public_key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDd2OdcSHUsgezuV+cpFqk9+Svtup6PxIolv1zokVZdqvS8qxLsA/rwYmQgTnuq4/zK/GIxcUCH4OxYlW6Or4M4G7qrDKcLAUrRPWkectqEooWRflZXkfHduMJhzeOAsBdMfYZQ9024GwKr/4yriw2BGa8GbbAnQxiSeTipzvXHoXuRME+/2GsMFAfHFvxzXRG7dNOiLtLaXEjUPUTcw/fffKy55kHtWxMkEvvcdyR53/24fmO3kLVpEuoI+Mp1XFtX3DvRM9ulgfwZUn8/CLhwSLwWX4Xf9iuzVi5vJOJtMOktQj/MwGk4tY/NPe+sIk+nAUKSdVf0y9k9JrJT98S/ cardno:000610645773";
Expand Down

0 comments on commit ee6a6f1

Please sign in to comment.