Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix deployment errors when deployment.route53.hostName contains uppercase letters #975

Merged
merged 1 commit into from Jul 12, 2018

Conversation

cleverca22
Copy link
Contributor

@cleverca22 cleverca22 commented Jul 12, 2018

it solves the following error:
got (possibly transient) EC2 error code 'InvalidChangeBatch': Tried to create resource record set [name='testingcasesensitivehostnames.example.com.', type='A'] but it already exists. retrying...

    deployment = {
      targetEnv = "ec2";
      route53 = {
        hostName = "testingCaseSensitiveHostNames.example.com";
        accessKeyId = "dns-key";  
      };

…case letters

it solves the following error:
got (possibly transient) EC2 error code 'InvalidChangeBatch': Tried to create resource record set [name='testingcasesensitivehostnames.example.com.', type='A'] but it already exists. retrying...
@domenkozar domenkozar merged commit ceaafbd into NixOS:master Jul 12, 2018
@cleverca22 cleverca22 deleted the route53-fix branch July 12, 2018 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants