FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Remove `network` and `subnetwork` variables.

Merged Dr Abraham Martin requested to merge 14-network-vars into master

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading