You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terraform init
terraform plan -out=tfplan
terraform apply tfplan
Expected Behavior
There is no way to retrieve or set the Authorization options like adminPwd.
This means there is no way to automate further actions, without manually going to the Web Portal.
Add `enable_authority` and `admin_pass` support
Summary of the Pull Request
Add enable_authority and admin_pass support for CSS cluster v1
Update SDK to upstream
Move to SDK implementation of CSS cluster v1
Resolve#880, resolve#889
PR Checklist
Refers to: #889, #880
Tests added/passed.
Documentation updated.
Schema updated.
Acceptance Steps Performed
=== RUN TestAccCssClusterV1_basic
--- PASS: TestAccCssClusterV1_basic (1803.25s)
PASS
Process finished with exit code 0
Reviewed-by: Rodion Gyrbu <[email protected]>
Reviewed-by: Anton Sidelnikov <None>
Reviewed-by: None <None>
The documentation structure is misleading: one could read it in a way that the enable_https and admin_pass parameters belong to the volume block, but they are parameters of opentelekomcloud_css_cluster_v1 itself.
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output/Panic Output
Not applicable
Steps to Reproduce
Expected Behavior
There is no way to retrieve or set the Authorization options like
adminPwd
.This means there is no way to automate further actions, without manually going to the Web Portal.
Actual Behavior
No options supplied.
Important Factoids
None
References
Out of discussion in #878
The text was updated successfully, but these errors were encountered: