oracle-terraform-modules / terraform-oci-tdf-lb

(OCI) Oracle Cloud Infrastructure Delivery Framework module to provision a load balancer
Universal Permissive License v1.0
4 stars 5 forks source link

README gives bad source value for using this module #2

Open et304383 opened 2 years ago

et304383 commented 2 years ago

The value should be:

source                  = "git::git@github.com:oracle-terraform-modules/terraform-oci-tdf-lb.git"

or probably:

source                  = "git::https://github.com/oracle-terraform-modules/terraform-oci-tdf-lb.git"
maykonrds commented 2 years ago

The value should be:

source                  = "git::git@github.com:oracle-terraform-modules/terraform-oci-tdf-lb.git"

or probably:

source                  = "git::https://github.com/oracle-terraform-modules/terraform-oci-tdf-lb.git"

@et304383 , this worked for me: source = "git::https://github.com/oracle-terraform-modules/terraform-oci-tdf-lb.git"