Your version of Terraform is out of date! The latest version
is 1.0.11. You can update by downloading from https://www.terraform.io/downloads.html
Terraform v0.13.0
+ provider registry.terraform.io/community-terraform-providers/ignition v2.1.2
+ provider registry.terraform.io/hashicorp/null v2.1.2
+ provider registry.terraform.io/hashicorp/random v2.3.1
+ provider registry.terraform.io/ibm-cloud/ibm v1.24.0
$ terraform init
Initializing modules...
Initializing the backend...
Initializing provider plugins...
- Using previously-installed ibm-cloud/ibm v1.24.0
- Using previously-installed hashicorp/random v2.3.1
- Using previously-installed community-terraform-providers/ignition v2.1.2
- Using previously-installed hashicorp/null v2.1.2
Terraform has been successfully initialized!
You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
This is the public vlan connectivity issues to your instance. Please follow up on the support ticket why you are not able to access the vm via public ip.
On running the terraform script, I'm getting following error
error: Error: timeout - last error: dial tcp 169.54.113.11:22: i/o timeout
terraform -v
$ terraform init
Repo used: https://github.com/ocp-power-automation/ocp4-upi-powervs
Command used
Configuration:
Opened the ticket for same : https://cloud.ibm.com/unifiedsupport/cases/manage/CS2560290
Expected Behavior
Successful cluster https://github.com/ocp-power-automation/ocp4-upi-powervs/blob/master/docs/quickstart.md#start-install
Steps to Reproduce
terraform init
terraform apply -var-file=var.tfvars --parallelism=1
References
https://github.com/ocp-power-automation/ocp4-upi-powervs/blob/master/docs/quickstart.md