Remove `network` and `subnetwork` variables.
Currently network and subnetwork variables' default values are null
. This should be
network = "projects/${local.project}/global/networks/default"
subnetwork = "projects/${local.project}/regions/${local.region}/subnetworks/default"
to avoid Terraform wanting to re-create the cluster every single time.
This is not causing any problem in Moodle Cloud because it sets those vars in the locals.tf
file.
As we are not customising these parameters anywhere, I propose to remove them to simplify the module.
Closes #14 (closed) Closes #6 (closed)
Edited by Dr Abraham Martin
Merge request reports
Activity
changed milestone to %DevOps Sprint 109
added issuetypeBug priority1 High workflowIn Progress labels
mentioned in commit d1bc8e47
Please register or sign in to reply