FlexibleEngineCloud / terraform-provider-flexibleengine

Terraform flexibleengine provider
https://www.terraform.io/docs/providers/flexibleengine/
Mozilla Public License 2.0
30 stars 53 forks source link

feat(identityUserV3): add access_mode capability #1122

Open pixhub opened 4 months ago

pixhub commented 4 months ago

What this PR does / why we need it: This PR allows user creation controlling the access type (default, programmatic and console)

Release note: -->

PR Checklist

Acceptance Steps Performed

make testacc TEST='./flexibleengine/' TESTARGS='-run TestAccIdentityV3User_basic'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./flexibleengine/ -v -run TestAccIdentityV3User_basic -timeout 720m
=== RUN   TestAccIdentityV3User_basic
--- PASS: TestAccIdentityV3User_basic (14.08s)
PASS
ok      github.com/FlexibleEngineCloud/terraform-provider-flexibleengine/flexibleengine 14.101s
pixhub commented 3 months ago

Hi,

Any update on this ?