-
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(apig_signature): import apig_signature resource, unit test and document. #1055
feat(apig_signature): import apig_signature resource, unit test and document. #1055
Conversation
@@ -21,6 +21,7 @@ var ( | |||
OS_ACCESS_KEY = os.Getenv("OS_ACCESS_KEY") | |||
OS_SECRET_KEY = os.Getenv("OS_SECRET_KEY") | |||
OS_PROJECT_ID = os.Getenv("OS_PROJECT_ID") | |||
OS_USER_ID = os.Getenv("OS_USER_ID") |
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.
use ctrl + alt + L
to format the file
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/acceptance/common.go
Outdated
@@ -55,7 +55,7 @@ data "flexibleengine_compute_flavors_v2" "test" { | |||
memory_size = 4 | |||
} | |||
|
|||
data "flexibleengine_images_image" "test" { | |||
data "flexibleengine_images_image_v2" "test" { |
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_images_image_v2
is deprecated, use flexibleengine_images_image
instead
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, revised
docs/resources/apig_signature.md
Outdated
+ **hmac**: HMAC type. | ||
+ **aes**: AES type | ||
|
||
Changing this will create a new resource. |
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 field is not ForceNew, please remove Changing this will create a new resource.
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.
docs/resources/apig_signature.md
Outdated
It must start with a letter, digit, plus sign (+), or slash (/). | ||
|
||
If not specified, the key will automatically generated. The auto-generation is only supported on first creation. | ||
Changing this will create a new resource. |
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 field is not ForceNew, please remove Changing this will create a new resource.
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.
docs/resources/apig_signature.md
Outdated
|
||
* `secret` - (Optional, String) Specifies the signature secret. | ||
If not specified, the secret will automatically generated. The auto-generation is only supported on first creation. | ||
Changing this will create a new resource. |
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 field is not ForceNew, please remove Changing this will create a new resource.
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.
docs/resources/apig_signature.md
Outdated
+ **aes-128-cfb** | ||
+ **aes-256-cfb** | ||
|
||
Changing this will create a new resource. |
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 field is not ForceNew, please remove Changing this will create a new resource.
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 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. |
cd2732d
to
f02e8bb
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. |
f02e8bb
to
43f2401
Compare
43f2401
to
d584b1a
Compare
/lgtm |
/lgtm |
d584b1a
to
e3ff212
Compare
e058574
to
ac8d84c
Compare
/lgtm |
ac8d84c
to
65aca06
Compare
/lgtm |
/lgtm |
/approve |
65aca06
to
17854f3
Compare
What this PR does / why we need it:
Which issue this PR fixes:
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)fixes #xxx
Special notes for your reviewer:
Release note:
PR Checklist
Acceptance Steps Performed