terraform-provider-vault
terraform-provider-vault copied to clipboard
Fix permanent diff on `vault_rabbitmq_secret_backend_role`
trafficstars
Description
This PR fixes https://github.com/hashicorp/terraform-provider-vault/issues/952 Add sorting for vhosts after read Add test
Relates OR Closes #952
Checklist
- [ ] Added CHANGELOG entry (only for user-facing changes)
- [ ] Acceptance tests where run against all supported Vault Versions
Output from acceptance testing:
$ make testacc TESTARGS='-v -run=TestAccRabbitMQ*'
TF_ACC=1 go test -v -run=TestAccRabbitMQ* -timeout 30m ./... <kube:eks-development-eu-west-1>
? github.com/hashicorp/terraform-provider-vault [no test files]
? github.com/hashicorp/terraform-provider-vault/cmd/coverage [no test files]
? github.com/hashicorp/terraform-provider-vault/cmd/generate [no test files]
testing: warning: no tests to run
PASS
ok github.com/hashicorp/terraform-provider-vault/codegen (cached) [no tests to run]
? github.com/hashicorp/terraform-provider-vault/helper [no test files]
? github.com/hashicorp/terraform-provider-vault/internal/consts [no test files]
testing: warning: no tests to run
PASS
ok github.com/hashicorp/terraform-provider-vault/internal/identity/entity (cached) [no tests to run]
? github.com/hashicorp/terraform-provider-vault/internal/identity/group [no test files]
? github.com/hashicorp/terraform-provider-vault/internal/identity/mfa [no test files]
? github.com/hashicorp/terraform-provider-vault/internal/pki [no test files]
testing: warning: no tests to run
PASS
ok github.com/hashicorp/terraform-provider-vault/internal/provider (cached) [no tests to run]
? github.com/hashicorp/terraform-provider-vault/internal/rotation [no test files]
? github.com/hashicorp/terraform-provider-vault/internal/sync [no test files]
? github.com/hashicorp/terraform-provider-vault/schema [no test files]
testing: warning: no tests to run
PASS
ok github.com/hashicorp/terraform-provider-vault/testutil (cached) [no tests to run]
testing: warning: no tests to run
PASS
ok github.com/hashicorp/terraform-provider-vault/util (cached) [no tests to run]
testing: warning: no tests to run
PASS
ok github.com/hashicorp/terraform-provider-vault/util/mountutil (cached) [no tests to run]
=== RUN TestAccRabbitMQSecretBackendRole_basic
--- PASS: TestAccRabbitMQSecretBackendRole_basic (2.27s)
=== RUN TestAccRabbitMQSecretBackendRole_nested
--- PASS: TestAccRabbitMQSecretBackendRole_nested (1.29s)
=== RUN TestAccRabbitMQSecretBackendRole_topic
--- PASS: TestAccRabbitMQSecretBackendRole_topic (1.28s)
=== RUN TestAccRabbitMQSecretBackendRole_vhostOrdering
--- PASS: TestAccRabbitMQSecretBackendRole_vhostOrdering (0.61s)
=== RUN TestAccRabbitMQSecretBackend_basic
--- PASS: TestAccRabbitMQSecretBackend_basic (1.25s)
=== RUN TestAccRabbitMQSecretBackend_template
--- PASS: TestAccRabbitMQSecretBackend_template (0.76s)
PASS
ok github.com/hashicorp/terraform-provider-vault/vault 7.904s
Community Note
- Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
- Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request