-
Notifications
You must be signed in to change notification settings - Fork 53
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
feat(Elb): import Elb 10sp1 resource and add unit test and document #1045
feat(Elb): import Elb 10sp1 resource and add unit test and document #1045
Conversation
5a474fc
to
7cc2881
Compare
* `listeners` - The listener which the security policy associated with. | ||
The [ListenerRef](#SecurityPoliciesV3_ListenerRef) structure is documented below. | ||
|
||
<a name="SecurityPoliciesV3_ListenerRef"></a> | ||
The `ListenerRef` block supports: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usually, the field name, structure name and block name should keep consistent
* `listeners` - The listener which the security policy associated with.
The [listeners](#elb_listeners) structure is documented below.
<a name="elb_listeners"></a>
The `listeners` block supports:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"TLSv1.1", | ||
"TLSv1.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
advise to cover all dictionary values
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This branch have conflicts, you can solve the conflicts first and then solve the review problem. |
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
658852c
to
d249979
Compare
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
d249979
to
810812b
Compare
6d6fbe2
to
8695416
Compare
/lgtm |
Please fix the doc-lint issues |
8695416
to
f9e77a7
Compare
5cbe0c1
to
29643fe
Compare
29643fe
to
f5ef636
Compare
/lgtm |
subcategory: "Dedicated Load Balance (Dedicated ELB)" | ||
--- | ||
|
||
# flexibleengine_elb_security_policy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# flexibleengine_elb_security_policy | |
# flexibleengine_lb_security_policy_v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
flexibleengine/provider.go
Outdated
"flexibleengine_drs_job": drs.ResourceDrsJob(), | ||
"flexibleengine_drs_job": drs.ResourceDrsJob(), | ||
|
||
"flexibleengine_elb_security_policy": elb.ResourceSecurityPolicy(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"flexibleengine_elb_security_policy": elb.ResourceSecurityPolicy(), | |
"flexibleengine_lb_security_policy_v3": elb.ResourceSecurityPolicy(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
f5ef636
to
7d64fb0
Compare
e6f856d
to
52df6be
Compare
52df6be
to
22e44a7
Compare
/lgtm |
No description provided.