From dae8c301b79f0961362c7c6d52480ed42284a82e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:58:56 +0000 Subject: [PATCH 1/5] workflows: bump actions/setup-go from 4 to 5 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 6 +++--- .github/workflows/linters.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d65dbcf..f8cc70e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Go 1.20 - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '1.20' check-latest: true @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Go 1.21 - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '1.21' check-latest: true @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Go 1.21 - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '1.21' check-latest: true diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 154390c..c2f22c9 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Go 1.21 - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '1.21' check-latest: true @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Go 1.21 - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '1.21' check-latest: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe28ba2..2d65ebc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: run: git fetch --prune --unshallow - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '1.21' - From e5e3a5a7cd13ed154a6c92f639632c4b8e2ecfa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 23:46:30 +0000 Subject: [PATCH 2/5] workflows: bump crazy-max/ghaction-import-gpg from 6.0.0 to 6.1.0 Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe28ba2..351ee45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: go-version: '1.21' - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6.0.0 + uses: crazy-max/ghaction-import-gpg@v6.1.0 id: import_gpg with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} From 22d5aeba9df38f94d80e83c61136c05b6574e66e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:26:37 +0000 Subject: [PATCH 3/5] build(deps): bump golang.org/x/crypto from 0.13.0 to 0.17.0 Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.13.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.13.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 6 +++--- go.sum | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 905c9cb..1c5357a 100644 --- a/go.mod +++ b/go.mod @@ -46,11 +46,11 @@ require ( github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect github.com/zclconf/go-cty v1.14.0 // indirect - golang.org/x/crypto v0.14.0 // indirect + golang.org/x/crypto v0.17.0 // indirect golang.org/x/mod v0.12.0 // indirect golang.org/x/net v0.17.0 // indirect - golang.org/x/sys v0.13.0 // indirect - golang.org/x/text v0.13.0 // indirect + golang.org/x/sys v0.15.0 // indirect + golang.org/x/text v0.14.0 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect google.golang.org/grpc v1.57.0 // indirect diff --git a/go.sum b/go.sum index 5b9a5ae..b6773cb 100644 --- a/go.sum +++ b/go.sum @@ -127,8 +127,8 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4= golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= -golang.org/x/crypto v0.14.0 h1:wBqGXzWJW6m1XrIKlAH0Hs1JJ7+9KBwnIO8v66Q9cHc= -golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4= +golang.org/x/crypto v0.17.0 h1:r8bRNjWL3GshPW3gkd+RpvzWrZAwPS49OmTGZ/uhM4k= +golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.12.0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc= @@ -161,8 +161,8 @@ golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE= -golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc= +golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc= @@ -175,8 +175,8 @@ golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= -golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k= -golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ= +golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= From 93c1c4ef9ba6c59257f06a5f50b0e59e4a0b4caa Mon Sep 17 00:00:00 2001 From: bsimon Date: Wed, 3 Jan 2024 11:33:54 +0100 Subject: [PATCH 4/5] Fix markdown lint error --- .markdownlint.yml | 2 +- CHANGELOG.md | 151 +++++++++++++++++++++++----------------------- 2 files changed, 76 insertions(+), 77 deletions(-) diff --git a/.markdownlint.yml b/.markdownlint.yml index b56b08e..1e657d5 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -1,5 +1,5 @@ MD013: code_blocks: false - line_length: 200 + line_length: 250 MD014: false MD034: false diff --git a/CHANGELOG.md b/CHANGELOG.md index da40b01..bec12d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,3 @@ - # changelog ## 0.12.1 (October 11, 2023) @@ -10,199 +9,199 @@ ENHANCEMENTS: -- release now with golang 1.21 -- resource/**wallix-bastion_user**: update the password when has changed in config to not empty value and `force_change_pwd` isn't true (instead of no-op on password when update resource) +* release now with golang 1.21 +* resource/**wallix-bastion_user**: update the password when has changed in config to not empty value and `force_change_pwd` isn't true (instead of no-op on password when update resource) BUG FIXES: -- reduced compute and memory usage to prepare the JSON payload when creating or updating resource +* reduced compute and memory usage to prepare the JSON payload when creating or updating resource ## 0.11.0 (September 26, 2023) FEATURES: -- add `wallix-bastion_local_password_policy` data source +* add `wallix-bastion_local_password_policy` data source ## 0.10.0 (July 27, 2023) FEATURES: -- add `wallix-bastion_connection_message` resource +* add `wallix-bastion_connection_message` resource BUG FIXES: -- reduce CRUD operations time (reuse HTTP/TCP connections instead of using a new for each request to API) +* reduce CRUD operations time (reuse HTTP/TCP connections instead of using a new for each request to API) ## 0.9.1 (May 15, 2023) BUG FIXES: -- force a resource replacement when `private_key` change on `wallix-bastion_device_localdomain_account_credential` and `wallix-bastion_domain_account_credential` resources (update doesn't work with generated keys) +* force a resource replacement when `private_key` change on `wallix-bastion_device_localdomain_account_credential` and `wallix-bastion_domain_account_credential` resources (update doesn't work with generated keys) ## 0.9.0 (March 03, 2023) ENHANCEMENTS: -- resource/**wallix-bastion_profile**: add `dashboards` argument (not compatible with API v3.3) +* resource/**wallix-bastion_profile**: add `dashboards` argument (not compatible with API v3.3) BUG FIXES: -- fix not detecting that an account's credentials have been deleted while it still exists with resource ID but not linked to the account +* fix not detecting that an account's credentials have been deleted while it still exists with resource ID but not linked to the account ## 0.8.0 (February 24, 2023) FEATURES: -- add `wallix-bastion_configoption` data source +* add `wallix-bastion_configoption` data source ENHANCEMENTS: -- release now with golang 1.20 +* release now with golang 1.20 ## 0.7.0 (January 13, 2023) FEATURES: -- add `wallix-bastion_authdomain_ad` resource -- add `wallix-bastion_authdomain_azuread` resource -- add `wallix-bastion_authdomain_ldap` resource -- add `wallix-bastion_authdomain_mapping` resource -- add `wallix-bastion_externalauth_saml` resource +* add `wallix-bastion_authdomain_ad` resource +* add `wallix-bastion_authdomain_azuread` resource +* add `wallix-bastion_authdomain_ldap` resource +* add `wallix-bastion_authdomain_mapping` resource +* add `wallix-bastion_externalauth_saml` resource ENHANCEMENTS: -- release now with golang 1.19 -- optimize resource search when checking if it already exists before create or when importing -- resource/**wallix-bastion_externalauth_ldap**: add `passphrase` argument -- allow use `v3.8` to `api_version` provider argument +* release now with golang 1.19 +* optimize resource search when checking if it already exists before create or when importing +* resource/**wallix-bastion_externalauth_ldap**: add `passphrase` argument +* allow use `v3.8` to `api_version` provider argument BUG FIXES: -- resource/**wallix-bastion_\*domain*- & resource/**wallix-bastion_\*credential**: fix missing requirement of `private_key` with `passphrase` argument -- resource/**wallix-bastion_externalauth_kerberos**: fix missing sensitive option on `keytab` -- resource/**wallix-bastion_externalauth_ldap**: fix missing sensitive option on `certificate` and `private_key` and can't be refresh +* resource/**wallix-bastion_\*domain** & resource/**wallix-bastion_\*credential**: fix missing requirement of `private_key` with `passphrase` argument +* resource/**wallix-bastion_externalauth_kerberos**: fix missing sensitive option on `keytab` +* resource/**wallix-bastion_externalauth_ldap**: fix missing sensitive option on `certificate` and `private_key` and can't be refresh ## 0.6.1 (May 17, 2022) NOTES: -- use custom User-Agent when request API -- deps: bump terraform-plugin-sdk to v2.16.0 +* use custom User-Agent when request API +* deps: bump terraform-plugin-sdk to v2.16.0 ## 0.6.0 (February 25, 2022) FEATURES: -- add `wallix-bastion_version` data source +* add `wallix-bastion_version` data source ENHANCEMENTS: -- allow use `v3.6` to `api_version` provider argument +* allow use `v3.6` to `api_version` provider argument BUG FIXES: -- resource/**wallix-bastion_externalauth_kerberos**: add `keytab` argument required in latest version of WAB -- resource/**wallix-bastion_externalauth_radius**: `secret` argument can't be refresh in latest version of WAB -- resource/**wallix-bastion_externalauth_tacacs**: `secret` argument can't be refresh in latest version of WAB +* resource/**wallix-bastion_externalauth_kerberos**: add `keytab` argument required in latest version of WAB +* resource/**wallix-bastion_externalauth_radius**: `secret` argument can't be refresh in latest version of WAB +* resource/**wallix-bastion_externalauth_tacacs**: `secret` argument can't be refresh in latest version of WAB ## 0.5.0 (December 9, 2021) NOTES: -- upgrade golang version to release, so now requires macOS 10.13 High Sierra or later; Older macOS versions are no longer supported. +* upgrade golang version to release, so now requires macOS 10.13 High Sierra or later; Older macOS versions are no longer supported. ## 0.4.2 (December 9, 2021) BUG FIXES: -- resource/**wallix-bastion_connection_policy**: to avoid unnecessary update of resource, `authentication_methods` is now unordered -- resource/**wallix-bastion_application**: avoid large update plan output with unmodified `path` blocks in block set -- resource/**wallix-bastion_targetgroup**: avoid large update plan output with unmodified blocks in block sets +* resource/**wallix-bastion_connection_policy**: to avoid unnecessary update of resource, `authentication_methods` is now unordered +* resource/**wallix-bastion_application**: avoid large update plan output with unmodified `path` blocks in block set +* resource/**wallix-bastion_targetgroup**: avoid large update plan output with unmodified blocks in block sets ## 0.4.1 (October 18, 2021) ENHANCEMENTS: -- [docs] reformat arguments/attributes, add example usage & minor fix +* [docs] reformat arguments/attributes, add example usage & minor fix BUG FIXES: -- fix the potential double slash in url when calling Wallix API -- fix missing sensitive options for few arguments -- resource/**wallix-bastion_application_localdomain**, **wallix-bastion_device_localdomain**, **wallix-bastion_domain**: fix arguments requirement -- resource/**wallix-bastion_application**: fix panic with `global_domains` -- resource/**wallix-bastion_profile**: fix `default_target_group` is required in `target_groups_limitation` block -- resource/**wallix-bastion_domain**: fix `passphrase` can't refresh -- resource/**wallix-bastion_device_localdomain**: fix `passphrase` can't refresh +* fix the potential double slash in url when calling Wallix API +* fix missing sensitive options for few arguments +* resource/**wallix-bastion_application_localdomain**, **wallix-bastion_device_localdomain**, **wallix-bastion_domain**: fix arguments requirement +* resource/**wallix-bastion_application**: fix panic with `global_domains` +* resource/**wallix-bastion_profile**: fix `default_target_group` is required in `target_groups_limitation` block +* resource/**wallix-bastion_domain**: fix `passphrase` can't refresh +* resource/**wallix-bastion_device_localdomain**: fix `passphrase` can't refresh ## 0.4.0 (April 9, 2021) FEATURES: -- add `wallix-bastion_domain` data source +* add `wallix-bastion_domain` data source ## 0.3.3 (April 6, 2021) BUG FIXES: -- fix `global_domains` argument can be an attribute in `wallix-bastion_device_service` resource +* fix `global_domains` argument can be an attribute in `wallix-bastion_device_service` resource ## 0.3.2 (April 1, 2021) BUG FIXES: -- fix `device`/`service` or `application` needed with `domain_type`="global" on `session_accounts` in `wallix-bastion_targetgroup` resource -- fix `resources` argument can be an attribute in `wallix-bastion_domain_account` resource +* fix `device`/`service` or `application` needed with `domain_type`="global" on `session_accounts` in `wallix-bastion_targetgroup` resource +* fix `resources` argument can be an attribute in `wallix-bastion_domain_account` resource ## 0.3.1 (March 30, 2021) BUG FIXES: -- fix import user resource +* fix import user resource ## 0.3.0 (March 19, 2021) FEATURES: -- add `wallix-bastion_application` resource -- add `wallix-bastion_application_localdomain` resource -- add `wallix-bastion_application_localdomain_account` resource -- add `wallix-bastion_checkout_policy` resource -- add `wallix-bastion_cluster` resource -- add `wallix-bastion_connection_policy` resource -- add `wallix-bastion_externalauth_kerberos` resource -- add `wallix-bastion_externalauth_radius` resource -- add `wallix-bastion_externalauth_tacacs` resource -- add `wallix-bastion_profile` resource -- add `wallix-bastion_timeframe` resource +* add `wallix-bastion_application` resource +* add `wallix-bastion_application_localdomain` resource +* add `wallix-bastion_application_localdomain_account` resource +* add `wallix-bastion_checkout_policy` resource +* add `wallix-bastion_cluster` resource +* add `wallix-bastion_connection_policy` resource +* add `wallix-bastion_externalauth_kerberos` resource +* add `wallix-bastion_externalauth_radius` resource +* add `wallix-bastion_externalauth_tacacs` resource +* add `wallix-bastion_profile` resource +* add `wallix-bastion_timeframe` resource ## 0.2.0 (March 5, 2021) FEATURES: -- add `wallix-bastion_authorization` resource -- add `wallix-bastion_device`resource -- add `wallix-bastion_device_localdomain` resource -- add `wallix-bastion_device_localdomain_account` resource -- add `wallix-bastion_device_localdomain_account_credential` resource -- add `wallix-bastion_device_service` resource -- add `wallix-bastion_domain` resource -- add `wallix-bastion_domain_account` resource -- add `wallix-bastion_domain_account_credential` resource -- add `wallix-bastion_ldapdomain` resource -- add `wallix-bastion_ldapmapping` resource -- add `wallix-bastion_targetgroup` resource +* add `wallix-bastion_authorization` resource +* add `wallix-bastion_device`resource +* add `wallix-bastion_device_localdomain` resource +* add `wallix-bastion_device_localdomain_account` resource +* add `wallix-bastion_device_localdomain_account_credential` resource +* add `wallix-bastion_device_service` resource +* add `wallix-bastion_domain` resource +* add `wallix-bastion_domain_account` resource +* add `wallix-bastion_domain_account_credential` resource +* add `wallix-bastion_ldapdomain` resource +* add `wallix-bastion_ldapmapping` resource +* add `wallix-bastion_targetgroup` resource ENHANCEMENTS: -- remove Forcenew on `authentication_name` in `wallix-bastion_externalauth_ldap` resource, it's not necessary +* remove Forcenew on `authentication_name` in `wallix-bastion_externalauth_ldap` resource, it's not necessary BUG FIXES: -- typo in errors displayed -- remove log to debug in http request (possible secret could appear) -- `timeframes` and `restrictions` aren't ordered in `wallix-bastion_usegroup` resource -- do not reactivate `force_change_pwd` after creation and the password has changed in `wallix-bastion_user` resource +* typo in errors displayed +* remove log to debug in http request (possible secret could appear) +* `timeframes` and `restrictions` aren't ordered in `wallix-bastion_usegroup` resource +* do not reactivate `force_change_pwd` after creation and the password has changed in `wallix-bastion_user` resource ## 0.1.0 (February 9, 2021) From 4cb5d73df4ba731b1e81dfafe23ed9e83f88b783 Mon Sep 17 00:00:00 2001 From: bsimon Date: Wed, 3 Jan 2024 11:45:28 +0100 Subject: [PATCH 5/5] fix go lint error --- bastion/provider_test.go | 2 +- bastion/resource_authdomain_ad_test.go | 2 +- bastion/resource_authdomain_ldap_test.go | 2 +- bastion/resource_authdomain_mapping_test.go | 2 +- bastion/resource_externalauth_saml_test.go | 2 +- bastion/resource_ldapdomain_test.go | 2 +- bastion/resource_ldapmapping_test.go | 2 +- bastion/resource_profile_test.go | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bastion/provider_test.go b/bastion/provider_test.go index 2e5cfe2..763758e 100644 --- a/bastion/provider_test.go +++ b/bastion/provider_test.go @@ -5,9 +5,9 @@ import ( "os" "testing" - "github.com/wallix/terraform-provider-wallix-bastion/bastion" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-plugin-sdk/v2/terraform" + "github.com/wallix/terraform-provider-wallix-bastion/bastion" ) var ( diff --git a/bastion/resource_authdomain_ad_test.go b/bastion/resource_authdomain_ad_test.go index 78e3345..cbf76be 100644 --- a/bastion/resource_authdomain_ad_test.go +++ b/bastion/resource_authdomain_ad_test.go @@ -4,8 +4,8 @@ import ( "os" "testing" - "github.com/wallix/terraform-provider-wallix-bastion/bastion" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" + "github.com/wallix/terraform-provider-wallix-bastion/bastion" ) func TestAccResourceAuthDomainAD_basic(t *testing.T) { diff --git a/bastion/resource_authdomain_ldap_test.go b/bastion/resource_authdomain_ldap_test.go index 57d04a2..cb671ee 100644 --- a/bastion/resource_authdomain_ldap_test.go +++ b/bastion/resource_authdomain_ldap_test.go @@ -4,8 +4,8 @@ import ( "os" "testing" - "github.com/wallix/terraform-provider-wallix-bastion/bastion" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" + "github.com/wallix/terraform-provider-wallix-bastion/bastion" ) func TestAccResourceAuthDomainLdap_basic(t *testing.T) { diff --git a/bastion/resource_authdomain_mapping_test.go b/bastion/resource_authdomain_mapping_test.go index 3fee086..10fc2cc 100644 --- a/bastion/resource_authdomain_mapping_test.go +++ b/bastion/resource_authdomain_mapping_test.go @@ -5,9 +5,9 @@ import ( "os" "testing" - "github.com/wallix/terraform-provider-wallix-bastion/bastion" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" "github.com/hashicorp/terraform-plugin-sdk/v2/terraform" + "github.com/wallix/terraform-provider-wallix-bastion/bastion" ) func TestAccResourceAuthDomainMapping_basic(t *testing.T) { diff --git a/bastion/resource_externalauth_saml_test.go b/bastion/resource_externalauth_saml_test.go index 581a6c2..0761484 100644 --- a/bastion/resource_externalauth_saml_test.go +++ b/bastion/resource_externalauth_saml_test.go @@ -5,8 +5,8 @@ import ( "os" "testing" - "github.com/wallix/terraform-provider-wallix-bastion/bastion" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" + "github.com/wallix/terraform-provider-wallix-bastion/bastion" ) func TestAccResourceExternalAuthSaml_basic(t *testing.T) { diff --git a/bastion/resource_ldapdomain_test.go b/bastion/resource_ldapdomain_test.go index 89828c4..a89621c 100644 --- a/bastion/resource_ldapdomain_test.go +++ b/bastion/resource_ldapdomain_test.go @@ -4,8 +4,8 @@ import ( "os" "testing" - "github.com/wallix/terraform-provider-wallix-bastion/bastion" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" + "github.com/wallix/terraform-provider-wallix-bastion/bastion" ) func TestAccResourceLDAPDomain_basic(t *testing.T) { diff --git a/bastion/resource_ldapmapping_test.go b/bastion/resource_ldapmapping_test.go index c264615..cfaea5f 100644 --- a/bastion/resource_ldapmapping_test.go +++ b/bastion/resource_ldapmapping_test.go @@ -4,8 +4,8 @@ import ( "os" "testing" - "github.com/wallix/terraform-provider-wallix-bastion/bastion" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" + "github.com/wallix/terraform-provider-wallix-bastion/bastion" ) func TestAccResourceLDAPMapping_basic(t *testing.T) { diff --git a/bastion/resource_profile_test.go b/bastion/resource_profile_test.go index e12085b..fc9bf9c 100644 --- a/bastion/resource_profile_test.go +++ b/bastion/resource_profile_test.go @@ -4,8 +4,8 @@ import ( "os" "testing" - "github.com/wallix/terraform-provider-wallix-bastion/bastion" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" + "github.com/wallix/terraform-provider-wallix-bastion/bastion" ) func TestAccResourceProfile_basic(t *testing.T) {