terraform-oci-vcn icon indicating copy to clipboard operation
terraform-oci-vcn copied to clipboard

Documentation for subnet

Open XieGuochao opened this issue 2 years ago • 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.

XieGuochao avatar Jul 27 '22 10:07 XieGuochao

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"
                                      }
                             }

johnlane avatar Sep 07 '22 16:09 johnlane