oracle-terraform-modules/terraform-oci-vcn

Documentation for subnet

XieGuochao opened this issue ยท 1 comments

Community Note

  • Please vote on this issue by adding a ๐Ÿ‘ reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Please add more documentations for the subnet submodule and variable.

Just in case it helps anyone else passing here, saving you the time it took me to work this out.

  subnets                  = { "red": { cidr_block = "10.0.0.0/24",
			                dns_label = "red"
                                      },
                              "blue": { cidr_block = "10.0.1.0/24",
			                dns_label = "blue"
                                      }
                             }