rancher / terraform-provider-rancher2

Terraform Rancher2 provider
https://www.terraform.io/docs/providers/rancher2/
Mozilla Public License 2.0
253 stars 216 forks source link

Disable src/dst checks #453

Open m4ce opened 3 years ago

m4ce commented 3 years ago

The node_template resource supports an amazon ec2 config. It would be great if we could get the ability to disable source/dst checks on the nodes provisioned by Rancher. A typical use case would be the submariner gateways. They do require src/dst checks to be disabled. One is unable to automate the whole workflow without this option.

rawmind0 commented 3 years ago

I think this feature is not supported on Rancher2, is it?? The feature should be added on Rancher2 before.

m4ce commented 3 years ago

@rawmind0 - let me create a request for it. Will link this issue.

m4ce commented 3 years ago

I temporarily hacked it using the node template userdata :/