terraform-kubernetes-installer icon indicating copy to clipboard operation
terraform-kubernetes-installer copied to clipboard

This allows the user to specify an existing VCN instead of it being created

Open garthy opened this issue 7 years ago • 4 comments

simple specify the 3 extra parameters

VCN

vcn_id = "ocid1.vcn.oc1.phx.aaaaaaaa545hjqe26s77xpiiuyznb6baxym5ff6lnx5asgggnptwfcg3t7na" dhcp_options_id = "ocid1.dhcpoptions.oc1.phx.aaaaaaaat27e4e6li545u4tnymwk7452gpxvqcszg6jbflpfqvtr7vkxjqnq" public_routetable_id = "ocid1.routetable.oc1.phx.aaaaaaaab5obbsciewyf73r4ggm26uvmykqbyhwphwqiuvqpune3bosoyey

garthy avatar Mar 21 '18 12:03 garthy

This looks good to me; certainly works.

Do we need more docs around the constraints of using it with an existing VCN?

  • subnet ranges must not overlap with existing subnets
  • DNS labels must not clash with existing labels.

jan-g avatar Mar 21 '18 15:03 jan-g

@tjfontaine I've moved this to a new feature request. https://github.com/oracle/terraform-kubernetes-installer/issues/178 where we can discuss this new requirement.

garthy avatar Mar 26 '18 12:03 garthy

I add the new variables in the tfvar files but new vcn still created. Thanks,

beide avatar Apr 25 '18 17:04 beide

Is this feature ready for me to use? I tried it yesterday and it did not work. should I try it again? Thanks,

beide avatar Apr 26 '18 17:04 beide