Closed JeffGiroux closed 3 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
duplicate of https://github.com/F5Networks/terraform-gcp-bigip-module/issues/4
closing this issue.
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...