F5Networks / terraform-gcp-bigip-module

Terraform module for Deploying BIG-IP in GCP
Apache License 2.0
9 stars 12 forks source link

Observing issues with 1 nic deployment and terraform cloud #47

Closed janibashamd closed 3 days ago

janibashamd commented 6 days ago

Hi Team,

Observed i was running into below issues when i tried to deploy 1 nic bigip deployment.

  1. After deployment unable to login to machine using user input password

  2. README didn't indicate pub ssh key file is mandatory and should be provided as input in the module block image

  3. If we tried to use terraform cloud as backend running into another issues as below which i am currently debugging image

So please check them and fix.

Thanks, Janibasha

janibashamd commented 3 days ago

Here is my observation and debugging notes:

  1. ssh keys are mandatory and .pub file have to be present in .ssh folder
  2. If we are using terraform cloud, subnet has project details so it comes as sensitive. We have to use nonsensitive function to subnet_id for resolving this issue
  3. There was issue with start-up script which was fixed by developer in https://github.com/F5Networks/terraform-gcp-bigip-module/pull/48
  4. Password field shouldn't have Admin which may fail

I've raised a PR https://github.com/F5Networks/terraform-gcp-bigip-module/pull/49 for more accurate README details.

janibashamd commented 3 days ago

Since issue is fixed closing this ticket.