terraform-kubernetes-installer icon indicating copy to clipboard operation
terraform-kubernetes-installer copied to clipboard

module.instances-etcd-ad2.data.template_file.etcd-bootstrap: 1 error

Open sssshah opened this issue 7 years ago • 0 comments

Terraform Version

# Run this command to get the terraform version:

$ terraform -v Terraform v0.11.5

  • provider.null v1.0.0
  • provider.oci v2.0.7
  • provider.random v1.2.0
  • provider.template v1.0.0
  • provider.tls v1.1.0

OCI Provider Version

# Execute the plugin directly to get the version:

$ <path-to-plugin>/terraform-provider-oci provider.oci: version = "~> 2.1"

Terraform Installer for Kubernetes Version

Latest build from 5/14/2018

# The version/tag/release or commit hash (of this project) the issue occurred on Not known

Input Variables

etcdShape = "VM.Standard1.2" k8sMasterShape = "VM.Standard1.2" k8sWorkerShape = "VM.Standard1.2" etcd_lb_enabled = false master_https_ingress = "0.0.0.0/0"

# Values of non-sensitive input variables None

Description of issue:

The system cannot find the path specified. in:

${file("${path.root}/generated/discovery${var.etcd_discovery_url}")}

sssshah avatar May 24 '18 21:05 sssshah