Skip to content

Commit

Permalink
Set subnetwork to optional (#13)
Browse files Browse the repository at this point in the history
* Bump to v1.4.0

* Set subnetwork to optional
  • Loading branch information
peterdeme authored Jan 10, 2024
1 parent 7d41d6a commit e08160a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .spacelift/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 1
module_version: 1.3.0
module_version: 1.4.0

tests:
- name: Set up in the default Network with a NAT router
Expand Down
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ variable "network" {
variable "subnetwork" {
type = string
description = "Subnetwork to create workerpool in"
default = null
}

variable "region" {
Expand Down

0 comments on commit e08160a

Please sign in to comment.