Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to add the stateless attribute to an ingress_security_rules #49

Closed
PeterJamesHarrison opened this issue Mar 31, 2017 · 0 comments · Fixed by #59
Closed

Not able to add the stateless attribute to an ingress_security_rules #49

PeterJamesHarrison opened this issue Mar 31, 2017 · 0 comments · Fixed by #59
Labels

Comments

@PeterJamesHarrison
Copy link

Not able to add the stateless attribute to an ingress_security_rules as commented out below

resource "baremetal_core_security_list" "WebSubnet" {
compartment_id = "${var.compartment_ocid}"
display_name = "Public"
vcn_id = "${baremetal_core_virtual_network.CompleteVCN.id}"
egress_security_rules = [{
destination = "0.0.0.0/0"
protocol = "6"
stateless = "true"
}]
ingress_security_rules = [{
tcp_options {
"max" = 80
"min" = 80
}
protocol = "6"
source = "0.0.0.0/0"
},
{
protocol = "6"
source = "${var.VPC-CIDR}"
# stateless = "true"
}]
}

mikejihbe added a commit to MustWin/terraform-provider-baremetal that referenced this issue Apr 4, 2017
craigcarl-oracle added a commit that referenced this issue Apr 13, 2017
Closes #50, closes #44, closes #49, closes #34, closes #12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants