F5Networks / terraform-gcp-bigip-module

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

1nic custom onboard example references aws #5

Closed JeffGiroux closed 2 years ago

JeffGiroux commented 2 years ago

This example uses aws for metadata. Needs to be updated for GCP stuff.

https://github.com/F5Networks/terraform-gcp-bigip-module/blob/main/examples/bigip_gcp_1nic_deploy_custom_runtime_init/custom_onboard_big.tmpl

example...

if ${aws_secretmanager_auth}
then
   cat << 'EOF' >> /config/cloud/runtime-init-conf.yaml
  - name: ADMIN_PASS
    type: secret
    secretProvider:
      environment: aws
      type: SecretsManager
      version: AWSCURRENT
      secretId: ${bigip_password}
EOF
trinaths commented 2 years ago

duplicate of https://github.com/F5Networks/terraform-gcp-bigip-module/issues/4

closing this issue.