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

Azure Terraform Problems #79

Open
namliz opened this issue Aug 18, 2017 · 0 comments
Open

Azure Terraform Problems #79

namliz opened this issue Aug 18, 2017 · 0 comments

Comments

@namliz
Copy link
Contributor

namliz commented Aug 18, 2017

Error creating DNS Zone: ResourceGroupNotFound

module.dns.azurerm_dns_zone.cncf: Creating...
  max_number_of_record_sets: "" => "<computed>"
  name:                      "" => "huzzah3.cncf.demo"
  name_servers.#:            "" => "<computed>"
  number_of_record_sets:     "" => "<computed>"
  resource_group_name:       "" => "huzzah3"
  tags.%:                    "" => "<computed>"
Error applying plan:

1 error(s) occurred:

* module.dns.azurerm_dns_zone.cncf: 1 error(s) occurred:

* azurerm_dns_zone.cncf: Error creating DNS Zone: ResourceGroupNotFound (404) - Resource group 'huzzah3' could not be found.

Creating 'huzzah3' resource group manually unblocks that, but then it gets stuck on a missing directory.

Error asking for user input: 5 error(s) occurred:

* module.etcd.var.k8s_apiserver_key: file: open /cncf/data/huzzah3/.cfssl/k8s-apiserver-key.pem: no such file or directory in:

${file("${ var.data_dir }/.cfssl/k8s-apiserver-key.pem")}
* module.etcd.var.ca: file: open /cncf/data/huzzah3/.cfssl/ca.pem: no such file or directory in:

${file("${ var.data_dir }/.cfssl/ca.pem")}
* module.etcd.var.k8s_apiserver: file: open /cncf/data/huzzah3/.cfssl/k8s-apiserver.pem: no such file or directory in:

${file("${ var.data_dir }/.cfssl/k8s-apiserver.pem")}
* module.etcd.var.k8s_etcd_key: file: open /cncf/data/huzzah3/.cfssl/k8s-etcd-key.pem: no such file or directory in:

${file("${ var.data_dir }/.cfssl/k8s-etcd-key.pem")}
* module.etcd.var.k8s_etcd: file: open /cncf/data/huzzah3/.cfssl/k8s-etcd.pem: no such file or directory in:

${file("${ var.data_dir }/.cfssl/k8s-etcd.pem")}
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

No branches or pull requests

1 participant