Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for vpc dns resolution binding #4816

Merged
merged 2 commits into from
Sep 22, 2023

Conversation

ujjwal-ibm
Copy link
Contributor

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" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Output from acceptance testing:

=== RUN   TestAccIBMISVirtualEndpointGateway_AllowDnsResolutionBinding
--- PASS: TestAccIBMISVirtualEndpointGateway_AllowDnsResolutionBinding (127.11s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     129.230s
=== RUN   TestAccIBMISVirtualEndpointGatewayDataSource_AllowDnsResolutionBinding
--- PASS: TestAccIBMISVirtualEndpointGatewayDataSource_AllowDnsResolutionBinding (110.66s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     112.854s
=== RUN   TestAccIBMISVirtualEndpointGatewaysDataSource_AllowDnsResolutionBinding
--- PASS: TestAccIBMISVirtualEndpointGatewaysDataSource_AllowDnsResolutionBinding (104.28s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     106.417s
=== RUN   TestAccIBMIsVPCDnsResolutionBindingResourceBasic
--- PASS: TestAccIBMIsVPCDnsResolutionBindingResourceBasic (72.63s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     74.793s
=== RUN   TestAccIBMIsVPCDnsResolutionBindingsDataSourceBasic
--- PASS: TestAccIBMIsVPCDnsResolutionBindingsDataSourceBasic (69.61s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     71.873s
=== RUN   TestAccIBMIsVPCDnsResolutionBindingDataSourceBasic
--- PASS: TestAccIBMIsVPCDnsResolutionBindingDataSourceBasic (73.08s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     75.238s
=== RUN   TestAccIBMISVPC_dns_system
--- PASS: TestAccIBMISVPC_dns_system (107.33s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     109.737s
=== RUN   TestAccIBMISVPC_dns_manual
--- PASS: TestAccIBMISVPC_dns_manual (120.09s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     122.357s
=== RUN   TestAccIBMISVPC_dns_manual2
--- PASS: TestAccIBMISVPC_dns_manual2 (138.51s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     142.436s
=== RUN   TestAccIBMISVPC_dns_delegated
--- PASS: TestAccIBMISVPC_dns_delegated (390.50s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     392.699s

@kavya498
Copy link
Collaborator

Travis failed please resolve.
and also please attach existing vpc testcases as you made changes to that resource and datasource.
thanks.

@ujjwal-ibm
Copy link
Contributor Author

=== RUN   TestAccIBMISVPCDatasource_basic
--- PASS: TestAccIBMISVPCDatasource_basic (89.41s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     91.574s
=== RUN   TestAccIBMISVPCsDatasource_basic
--- PASS: TestAccIBMISVPCsDatasource_basic (239.09s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     241.379s

@ujjwal-ibm
Copy link
Contributor Author

=== RUN   TestAccIBMISVPC_basic
--- PASS: TestAccIBMISVPC_basic (168.67s)
=== RUN   TestAccIBMISVPC_basic_apm
--- PASS: TestAccIBMISVPC_basic_apm (133.76s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     304.286s

@ujjwal-ibm
Copy link
Contributor Author

=== RUN   TestAccIBMISVPC_securityGroups
--- PASS: TestAccIBMISVPC_securityGroups (85.26s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     87.152s
=== RUN   TestAccIBMISVPC_noSGACLRules
--- PASS: TestAccIBMISVPC_noSGACLRules (74.32s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     76.207s

@kavya498 kavya498 merged commit 0b2c15e into IBM-Cloud:master Sep 22, 2023
2 checks passed
michaelkad pushed a commit to powervs-ibm/terraform-provider-ibm that referenced this pull request Oct 4, 2023
update CHANGELOG

Bump up version to 1.58.0-beta0

dependabot: bump github.com/hashicorp/vault from 1.13.5 to 1.13.7

Bumps [github.com/hashicorp/vault](https://github.com/hashicorp/vault) from 1.13.5 to 1.13.7.
- [Release notes](https://github.com/hashicorp/vault/releases)
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md)
- [Commits](hashicorp/vault@v1.13.5...v1.13.7)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

New CD Toolchains datasource (IBM-Cloud#4779)

* New CD Toolchains datasource

* Update secrets baseline

* Use latest CD sdk

* Fixed acceptance test

support for vpc dns resolution binding (IBM-Cloud#4816)

* support for vpc dns resolution binding

* Update vpc_v1.go

dependabot: bump actions/checkout from 4.0.0 to 4.1.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy (IBM-Cloud#4804)

* fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): minor update to test case and fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): update based on feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Access Management): update schema for feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* re-ran fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* Update documentation to say which attributes are minimally required

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): updating datasource changes

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): fix data source doc to not include unnecessary info

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

---------

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

Update bluemix-go (IBM-Cloud#4822)

* update bluemix-go

* update doc based on the latest changes

Fix document category

feat: adding the fields region and instance_id in the service scc (IBM-Cloud#4823)

* adding the utility file for generic use

* adding the usage of instanceID to control library, profile, profile attachment, rule

* updated all testing

* Adding the ability to change the URL from provider field, and updated resource docs

* updated the docs with the usage of instance_id

* added instance_id to the examples

* Using the new version of scc-go-sdk

* Formatting the docs and added the warn in acctest

Signed-off-by: Timothy-Yao <timothy.yao@ibm.com>

* modifying the PreCheck for Tests

* adding the additional line for accPreCheck

* Took out os from the testing packages.

* Upgrading scc-go-sdk to 5.1.2 and updated functions

---------

Signed-off-by: Timothy-Yao <timothy.yao@ibm.com>
Co-authored-by: Timothy-Yao <timothy.yao@ibm.com>

Add IOPs to volume

Add description and revert resource

Update power-go-client version

Fix typo

Update go.mod

documents update and test case update for ibm_is_vpc

fix(VSI-Profile-patch): Remove validation for VSI profile patching

Documentation update for COS static webhosting. (IBM-Cloud#4827)

* Updating the COS static webhosting documentation

* Documentation update

* Removing documentation error

* Addressing the review comments

update metadata

update CHANGELOG

Bump up version to 1.58.0

update bluemix-go to get latest changes

Metrics router and atracker:  Updated platform-services-go-sdk to fetch Madrid endpoint (IBM-Cloud#4830)

* fix(Metrics router) Updated platform-services-go-sdk to fetch Madrid endpoint

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

* fix(atracker) Help Message changes

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

---------

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

Fix for issue 4838 (IBM-Cloud#4840)

resilence 409 and update docs to include force_delete flag and force_delete=true in examples

update CHANGELOG

Bump up version to 1.58.1
manukm-ibm added a commit to manukm-ibm/terraform-provider-ibm that referenced this pull request Oct 12, 2023
Add example for html

Set account id from the token

add support for endpoint parameter in cluster_config (IBM-Cloud#4793)

* add support for endpoint parameter in cluster_config

* adding unit tests for endpoint_type parameter

* remove default value "true" as the would be invalid

* update documentation
remove bluemix-go replace

* update bluemix-go + run go mod tidy

fix(share-iops): Share Iops range fix for dp2

update metadata

update CHANGELOG

Bump up version to 1.58.0-beta0

Update examples

minor fixes

dependabot: bump github.com/hashicorp/vault from 1.13.5 to 1.13.7

Bumps [github.com/hashicorp/vault](https://github.com/hashicorp/vault) from 1.13.5 to 1.13.7.
- [Release notes](https://github.com/hashicorp/vault/releases)
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md)
- [Commits](hashicorp/vault@v1.13.5...v1.13.7)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

New CD Toolchains datasource (IBM-Cloud#4779)

* New CD Toolchains datasource

* Update secrets baseline

* Use latest CD sdk

* Fixed acceptance test

support for vpc dns resolution binding (IBM-Cloud#4816)

* support for vpc dns resolution binding

* Update vpc_v1.go

dependabot: bump actions/checkout from 4.0.0 to 4.1.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy (IBM-Cloud#4804)

* fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): minor update to test case and fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): update based on feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Access Management): update schema for feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* re-ran fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* Update documentation to say which attributes are minimally required

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): updating datasource changes

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): fix data source doc to not include unnecessary info

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

---------

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

Update bluemix-go (IBM-Cloud#4822)

* update bluemix-go

* update doc based on the latest changes

Fix document category

feat: adding the fields region and instance_id in the service scc (IBM-Cloud#4823)

* adding the utility file for generic use

* adding the usage of instanceID to control library, profile, profile attachment, rule

* updated all testing

* Adding the ability to change the URL from provider field, and updated resource docs

* updated the docs with the usage of instance_id

* added instance_id to the examples

* Using the new version of scc-go-sdk

* Formatting the docs and added the warn in acctest

Signed-off-by: Timothy-Yao <timothy.yao@ibm.com>

* modifying the PreCheck for Tests

* adding the additional line for accPreCheck

* Took out os from the testing packages.

* Upgrading scc-go-sdk to 5.1.2 and updated functions

---------

Signed-off-by: Timothy-Yao <timothy.yao@ibm.com>
Co-authored-by: Timothy-Yao <timothy.yao@ibm.com>

documents update and test case update for ibm_is_vpc

fix(VSI-Profile-patch): Remove validation for VSI profile patching

Documentation update for COS static webhosting. (IBM-Cloud#4827)

* Updating the COS static webhosting documentation

* Documentation update

* Removing documentation error

* Addressing the review comments

update metadata

update CHANGELOG

Bump up version to 1.58.0

update bluemix-go to get latest changes

Metrics router and atracker:  Updated platform-services-go-sdk to fetch Madrid endpoint (IBM-Cloud#4830)

* fix(Metrics router) Updated platform-services-go-sdk to fetch Madrid endpoint

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

* fix(atracker) Help Message changes

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

---------

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

Fix for issue 4838 (IBM-Cloud#4840)

resilence 409 and update docs to include force_delete flag and force_delete=true in examples

update CHANGELOG

Bump up version to 1.58.1

fmt fixes

Region update

Get secret by name (IBM-Cloud#4825)

* Get secret by name

* Applying review comments

* Added test cases for get secret by name

* Added test cases for get secret by name

* Updated documentation

---------

Co-authored-by: Avi Ribchinsky <avir@il.ibm.com>

dependabot: bump golang.org/x/net from 0.12.0 to 0.17.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](golang/net@v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
manukm-ibm added a commit to manukm-ibm/terraform-provider-ibm that referenced this pull request Oct 12, 2023
author manu.k.m <manu.k.m@ibm.com> 1694802214 +0530
committer manu.k.m <manu.k.m@ibm.com> 1697118385 +0530

parent 0a7ebd9
author manu.k.m <manu.k.m@ibm.com> 1694802214 +0530
committer manu.k.m <manu.k.m@ibm.com> 1697117979 +0530

Billing Snapshot Config APIs introduced in Usage Reports

Add example for html

Set account id from the token

add support for endpoint parameter in cluster_config (IBM-Cloud#4793)

* add support for endpoint parameter in cluster_config

* adding unit tests for endpoint_type parameter

* remove default value "true" as the would be invalid

* update documentation
remove bluemix-go replace

* update bluemix-go + run go mod tidy

fix(share-iops): Share Iops range fix for dp2

update metadata

update CHANGELOG

Bump up version to 1.58.0-beta0

Update examples

minor fixes

dependabot: bump github.com/hashicorp/vault from 1.13.5 to 1.13.7

Bumps [github.com/hashicorp/vault](https://github.com/hashicorp/vault) from 1.13.5 to 1.13.7.
- [Release notes](https://github.com/hashicorp/vault/releases)
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md)
- [Commits](hashicorp/vault@v1.13.5...v1.13.7)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

New CD Toolchains datasource (IBM-Cloud#4779)

* New CD Toolchains datasource

* Update secrets baseline

* Use latest CD sdk

* Fixed acceptance test

support for vpc dns resolution binding (IBM-Cloud#4816)

* support for vpc dns resolution binding

* Update vpc_v1.go

dependabot: bump actions/checkout from 4.0.0 to 4.1.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy (IBM-Cloud#4804)

* fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): minor update to test case and fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): update based on feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Access Management): update schema for feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* re-ran fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* Update documentation to say which attributes are minimally required

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): updating datasource changes

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): fix data source doc to not include unnecessary info

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

---------

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

Update bluemix-go (IBM-Cloud#4822)

* update bluemix-go

* update doc based on the latest changes

Fix document category

feat: adding the fields region and instance_id in the service scc (IBM-Cloud#4823)

* adding the utility file for generic use

* adding the usage of instanceID to control library, profile, profile attachment, rule

* updated all testing

* Adding the ability to change the URL from provider field, and updated resource docs

* updated the docs with the usage of instance_id

* added instance_id to the examples

* Using the new version of scc-go-sdk

* Formatting the docs and added the warn in acctest

Signed-off-by: Timothy-Yao <timothy.yao@ibm.com>

* modifying the PreCheck for Tests

* adding the additional line for accPreCheck

* Took out os from the testing packages.

* Upgrading scc-go-sdk to 5.1.2 and updated functions

---------

Signed-off-by: Timothy-Yao <timothy.yao@ibm.com>
Co-authored-by: Timothy-Yao <timothy.yao@ibm.com>

documents update and test case update for ibm_is_vpc

fix(VSI-Profile-patch): Remove validation for VSI profile patching

Documentation update for COS static webhosting. (IBM-Cloud#4827)

* Updating the COS static webhosting documentation

* Documentation update

* Removing documentation error

* Addressing the review comments

update metadata

update CHANGELOG

Bump up version to 1.58.0

update bluemix-go to get latest changes

Metrics router and atracker:  Updated platform-services-go-sdk to fetch Madrid endpoint (IBM-Cloud#4830)

* fix(Metrics router) Updated platform-services-go-sdk to fetch Madrid endpoint

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

* fix(atracker) Help Message changes

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

---------

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

Fix for issue 4838 (IBM-Cloud#4840)

resilence 409 and update docs to include force_delete flag and force_delete=true in examples

update CHANGELOG

Bump up version to 1.58.1

fmt fixes

Region update

Get secret by name (IBM-Cloud#4825)

* Get secret by name

* Applying review comments

* Added test cases for get secret by name

* Added test cases for get secret by name

* Updated documentation

---------

Co-authored-by: Avi Ribchinsky <avir@il.ibm.com>

dependabot: bump golang.org/x/net from 0.12.0 to 0.17.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](golang/net@v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

add support for endpoint parameter in cluster_config (IBM-Cloud#4793)

* add support for endpoint parameter in cluster_config

* adding unit tests for endpoint_type parameter

* remove default value "true" as the would be invalid

* update documentation
remove bluemix-go replace

* update bluemix-go + run go mod tidy

fix(share-iops): Share Iops range fix for dp2

New CD Toolchains datasource (IBM-Cloud#4779)

* New CD Toolchains datasource

* Update secrets baseline

* Use latest CD sdk

* Fixed acceptance test

support for vpc dns resolution binding (IBM-Cloud#4816)

* support for vpc dns resolution binding

* Update vpc_v1.go

dependabot: bump actions/checkout from 4.0.0 to 4.1.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy (IBM-Cloud#4804)

* fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): minor update to test case and fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): update based on feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Access Management): update schema for feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* re-ran fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* Update documentation to say which attributes are minimally required

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): updating datasource changes

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): fix data source doc to not include unnecessary info

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

---------

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

Update bluemix-go (IBM-Cloud#4822)

* update bluemix-go

* update doc based on the latest changes

Fix document category

feat: adding the fields region and instance_id in the service scc (IBM-Cloud#4823)

* adding the utility file for generic use

* adding the usage of instanceID to control library, profile, profile attachment, rule

* updated all testing

* Adding the ability to change the URL from provider field, and updated resource docs

* updated the docs with the usage of instance_id

* added instance_id to the examples

* Using the new version of scc-go-sdk

* Formatting the docs and added the warn in acctest

Signed-off-by: Timothy-Yao <timothy.yao@ibm.com>

* modifying the PreCheck for Tests

* adding the additional line for accPreCheck

* Took out os from the testing packages.

* Upgrading scc-go-sdk to 5.1.2 and updated functions

---------

Signed-off-by: Timothy-Yao <timothy.yao@ibm.com>
Co-authored-by: Timothy-Yao <timothy.yao@ibm.com>

documents update and test case update for ibm_is_vpc

fix(VSI-Profile-patch): Remove validation for VSI profile patching

Documentation update for COS static webhosting. (IBM-Cloud#4827)

* Updating the COS static webhosting documentation

* Documentation update

* Removing documentation error

* Addressing the review comments

update metadata

Metrics router and atracker:  Updated platform-services-go-sdk to fetch Madrid endpoint (IBM-Cloud#4830)

* fix(Metrics router) Updated platform-services-go-sdk to fetch Madrid endpoint

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

* fix(atracker) Help Message changes

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

---------

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

Fix for issue 4838 (IBM-Cloud#4840)

resilence 409 and update docs to include force_delete flag and force_delete=true in examples

update CHANGELOG

Bump up version to 1.58.1

Get secret by name (IBM-Cloud#4825)

* Get secret by name

* Applying review comments

* Added test cases for get secret by name

* Added test cases for get secret by name

* Updated documentation

---------

Co-authored-by: Avi Ribchinsky <avir@il.ibm.com>

dependabot: bump golang.org/x/net from 0.12.0 to 0.17.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](golang/net@v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Fix handling of bundle_certs in Secrets Manager public cert
manukm-ibm added a commit to manukm-ibm/terraform-provider-ibm that referenced this pull request Oct 12, 2023
author manu.k.m <manu.k.m@ibm.com> 1694802214 +0530
committer manu.k.m <manu.k.m@ibm.com> 1697119063 +0530

parent 0a7ebd9
author manu.k.m <manu.k.m@ibm.com> 1694802214 +0530
committer manu.k.m <manu.k.m@ibm.com> 1697118987 +0530

parent 0a7ebd9
author manu.k.m <manu.k.m@ibm.com> 1694802214 +0530
committer manu.k.m <manu.k.m@ibm.com> 1697118762 +0530

parent 0a7ebd9
author manu.k.m <manu.k.m@ibm.com> 1694802214 +0530
committer manu.k.m <manu.k.m@ibm.com> 1697118385 +0530

parent 0a7ebd9
author manu.k.m <manu.k.m@ibm.com> 1694802214 +0530
committer manu.k.m <manu.k.m@ibm.com> 1697117979 +0530

Billing Snapshot Config APIs introduced in Usage Reports

Add example for html

Set account id from the token

add support for endpoint parameter in cluster_config (IBM-Cloud#4793)

* add support for endpoint parameter in cluster_config

* adding unit tests for endpoint_type parameter

* remove default value "true" as the would be invalid

* update documentation
remove bluemix-go replace

* update bluemix-go + run go mod tidy

fix(share-iops): Share Iops range fix for dp2

update metadata

update CHANGELOG

Bump up version to 1.58.0-beta0

Update examples

minor fixes

dependabot: bump github.com/hashicorp/vault from 1.13.5 to 1.13.7

Bumps [github.com/hashicorp/vault](https://github.com/hashicorp/vault) from 1.13.5 to 1.13.7.
- [Release notes](https://github.com/hashicorp/vault/releases)
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md)
- [Commits](hashicorp/vault@v1.13.5...v1.13.7)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

New CD Toolchains datasource (IBM-Cloud#4779)

* New CD Toolchains datasource

* Update secrets baseline

* Use latest CD sdk

* Fixed acceptance test

support for vpc dns resolution binding (IBM-Cloud#4816)

* support for vpc dns resolution binding

* Update vpc_v1.go

dependabot: bump actions/checkout from 4.0.0 to 4.1.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy (IBM-Cloud#4804)

* fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): minor update to test case and fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): update based on feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Access Management): update schema for feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* re-ran fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* Update documentation to say which attributes are minimally required

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): updating datasource changes

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): fix data source doc to not include unnecessary info

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

---------

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

Update bluemix-go (IBM-Cloud#4822)

* update bluemix-go

* update doc based on the latest changes

Fix document category

feat: adding the fields region and instance_id in the service scc (IBM-Cloud#4823)

* adding the utility file for generic use

* adding the usage of instanceID to control library, profile, profile attachment, rule

* updated all testing

* Adding the ability to change the URL from provider field, and updated resource docs

* updated the docs with the usage of instance_id

* added instance_id to the examples

* Using the new version of scc-go-sdk

* Formatting the docs and added the warn in acctest

Signed-off-by: Timothy-Yao <timothy.yao@ibm.com>

* modifying the PreCheck for Tests

* adding the additional line for accPreCheck

* Took out os from the testing packages.

* Upgrading scc-go-sdk to 5.1.2 and updated functions

---------

Signed-off-by: Timothy-Yao <timothy.yao@ibm.com>
Co-authored-by: Timothy-Yao <timothy.yao@ibm.com>

documents update and test case update for ibm_is_vpc

fix(VSI-Profile-patch): Remove validation for VSI profile patching

Documentation update for COS static webhosting. (IBM-Cloud#4827)

* Updating the COS static webhosting documentation

* Documentation update

* Removing documentation error

* Addressing the review comments

update metadata

update CHANGELOG

Bump up version to 1.58.0

update bluemix-go to get latest changes

Metrics router and atracker:  Updated platform-services-go-sdk to fetch Madrid endpoint (IBM-Cloud#4830)

* fix(Metrics router) Updated platform-services-go-sdk to fetch Madrid endpoint

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

* fix(atracker) Help Message changes

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

---------

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

Fix for issue 4838 (IBM-Cloud#4840)

resilence 409 and update docs to include force_delete flag and force_delete=true in examples

update CHANGELOG

Bump up version to 1.58.1

fmt fixes

Region update

Get secret by name (IBM-Cloud#4825)

* Get secret by name

* Applying review comments

* Added test cases for get secret by name

* Added test cases for get secret by name

* Updated documentation

---------

Co-authored-by: Avi Ribchinsky <avir@il.ibm.com>

dependabot: bump golang.org/x/net from 0.12.0 to 0.17.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](golang/net@v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

add support for endpoint parameter in cluster_config (IBM-Cloud#4793)

* add support for endpoint parameter in cluster_config

* adding unit tests for endpoint_type parameter

* remove default value "true" as the would be invalid

* update documentation
remove bluemix-go replace

* update bluemix-go + run go mod tidy

fix(share-iops): Share Iops range fix for dp2

New CD Toolchains datasource (IBM-Cloud#4779)

* New CD Toolchains datasource

* Update secrets baseline

* Use latest CD sdk

* Fixed acceptance test

support for vpc dns resolution binding (IBM-Cloud#4816)

* support for vpc dns resolution binding

* Update vpc_v1.go

dependabot: bump actions/checkout from 4.0.0 to 4.1.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy (IBM-Cloud#4804)

* fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): minor update to test case and fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): update based on feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Access Management): update schema for feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* re-ran fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* Update documentation to say which attributes are minimally required

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): updating datasource changes

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): fix data source doc to not include unnecessary info

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

---------

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

Update bluemix-go (IBM-Cloud#4822)

* update bluemix-go

* update doc based on the latest changes

Fix document category

feat: adding the fields region and instance_id in the service scc (IBM-Cloud#4823)

* adding the utility file for generic use

* adding the usage of instanceID to control library, profile, profile attachment, rule

* updated all testing

* Adding the ability to change the URL from provider field, and updated resource docs

* updated the docs with the usage of instance_id

* added instance_id to the examples

* Using the new version of scc-go-sdk

* Formatting the docs and added the warn in acctest

Signed-off-by: Timothy-Yao <timothy.yao@ibm.com>

* modifying the PreCheck for Tests

* adding the additional line for accPreCheck

* Took out os from the testing packages.

* Upgrading scc-go-sdk to 5.1.2 and updated functions

---------

Signed-off-by: Timothy-Yao <timothy.yao@ibm.com>
Co-authored-by: Timothy-Yao <timothy.yao@ibm.com>

documents update and test case update for ibm_is_vpc

fix(VSI-Profile-patch): Remove validation for VSI profile patching

Documentation update for COS static webhosting. (IBM-Cloud#4827)

* Updating the COS static webhosting documentation

* Documentation update

* Removing documentation error

* Addressing the review comments

update metadata

Metrics router and atracker:  Updated platform-services-go-sdk to fetch Madrid endpoint (IBM-Cloud#4830)

* fix(Metrics router) Updated platform-services-go-sdk to fetch Madrid endpoint

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

* fix(atracker) Help Message changes

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

---------

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

Fix for issue 4838 (IBM-Cloud#4840)

resilence 409 and update docs to include force_delete flag and force_delete=true in examples

update CHANGELOG

Bump up version to 1.58.1

Get secret by name (IBM-Cloud#4825)

* Get secret by name

* Applying review comments

* Added test cases for get secret by name

* Added test cases for get secret by name

* Updated documentation

---------

Co-authored-by: Avi Ribchinsky <avir@il.ibm.com>

dependabot: bump golang.org/x/net from 0.12.0 to 0.17.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](golang/net@v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Fix handling of bundle_certs in Secrets Manager public cert

add support for endpoint parameter in cluster_config (IBM-Cloud#4793)

* add support for endpoint parameter in cluster_config

* adding unit tests for endpoint_type parameter

* remove default value "true" as the would be invalid

* update documentation
remove bluemix-go replace

* update bluemix-go + run go mod tidy

fix(share-iops): Share Iops range fix for dp2

New CD Toolchains datasource (IBM-Cloud#4779)

* New CD Toolchains datasource

* Update secrets baseline

* Use latest CD sdk

* Fixed acceptance test

dependabot: bump actions/checkout from 4.0.0 to 4.1.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy (IBM-Cloud#4804)

* fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): minor update to test case and fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): update based on feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Access Management): update schema for feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* re-ran fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* Update documentation to say which attributes are minimally required

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): updating datasource changes

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): fix data source doc to not include unnecessary info

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

---------

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

Update bluemix-go (IBM-Cloud#4822)

* update bluemix-go

* update doc based on the latest changes

Fix document category

documents update and test case update for ibm_is_vpc

fix(VSI-Profile-patch): Remove validation for VSI profile patching

Documentation update for COS static webhosting. (IBM-Cloud#4827)

* Updating the COS static webhosting documentation

* Documentation update

* Removing documentation error

* Addressing the review comments

update metadata

Metrics router and atracker:  Updated platform-services-go-sdk to fetch Madrid endpoint (IBM-Cloud#4830)

* fix(Metrics router) Updated platform-services-go-sdk to fetch Madrid endpoint

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

* fix(atracker) Help Message changes

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

---------

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

Fix for issue 4838 (IBM-Cloud#4840)

resilence 409 and update docs to include force_delete flag and force_delete=true in examples

update CHANGELOG

Bump up version to 1.58.1

Get secret by name (IBM-Cloud#4825)

* Get secret by name

* Applying review comments

* Added test cases for get secret by name

* Added test cases for get secret by name

* Updated documentation

---------

Co-authored-by: Avi Ribchinsky <avir@il.ibm.com>

dependabot: bump golang.org/x/net from 0.12.0 to 0.17.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](golang/net@v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Fix handling of bundle_certs in Secrets Manager public cert
hkantare pushed a commit that referenced this pull request Oct 19, 2023
* parent 0a7ebd9
author manu.k.m <manu.k.m@ibm.com> 1694802214 +0530
committer manu.k.m <manu.k.m@ibm.com> 1697119063 +0530

parent 0a7ebd9
author manu.k.m <manu.k.m@ibm.com> 1694802214 +0530
committer manu.k.m <manu.k.m@ibm.com> 1697118987 +0530

parent 0a7ebd9
author manu.k.m <manu.k.m@ibm.com> 1694802214 +0530
committer manu.k.m <manu.k.m@ibm.com> 1697118762 +0530

parent 0a7ebd9
author manu.k.m <manu.k.m@ibm.com> 1694802214 +0530
committer manu.k.m <manu.k.m@ibm.com> 1697118385 +0530

parent 0a7ebd9
author manu.k.m <manu.k.m@ibm.com> 1694802214 +0530
committer manu.k.m <manu.k.m@ibm.com> 1697117979 +0530

Billing Snapshot Config APIs introduced in Usage Reports

Add example for html

Set account id from the token

add support for endpoint parameter in cluster_config (#4793)

* add support for endpoint parameter in cluster_config

* adding unit tests for endpoint_type parameter

* remove default value "true" as the would be invalid

* update documentation
remove bluemix-go replace

* update bluemix-go + run go mod tidy

fix(share-iops): Share Iops range fix for dp2

update metadata

update CHANGELOG

Bump up version to 1.58.0-beta0

Update examples

minor fixes

dependabot: bump github.com/hashicorp/vault from 1.13.5 to 1.13.7

Bumps [github.com/hashicorp/vault](https://github.com/hashicorp/vault) from 1.13.5 to 1.13.7.
- [Release notes](https://github.com/hashicorp/vault/releases)
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md)
- [Commits](hashicorp/vault@v1.13.5...v1.13.7)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

New CD Toolchains datasource (#4779)

* New CD Toolchains datasource

* Update secrets baseline

* Use latest CD sdk

* Fixed acceptance test

support for vpc dns resolution binding (#4816)

* support for vpc dns resolution binding

* Update vpc_v1.go

dependabot: bump actions/checkout from 4.0.0 to 4.1.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy (#4804)

* fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): minor update to test case and fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): update based on feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Access Management): update schema for feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* re-ran fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* Update documentation to say which attributes are minimally required

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): updating datasource changes

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): fix data source doc to not include unnecessary info

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

---------

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

Update bluemix-go (#4822)

* update bluemix-go

* update doc based on the latest changes

Fix document category

feat: adding the fields region and instance_id in the service scc (#4823)

* adding the utility file for generic use

* adding the usage of instanceID to control library, profile, profile attachment, rule

* updated all testing

* Adding the ability to change the URL from provider field, and updated resource docs

* updated the docs with the usage of instance_id

* added instance_id to the examples

* Using the new version of scc-go-sdk

* Formatting the docs and added the warn in acctest

Signed-off-by: Timothy-Yao <timothy.yao@ibm.com>

* modifying the PreCheck for Tests

* adding the additional line for accPreCheck

* Took out os from the testing packages.

* Upgrading scc-go-sdk to 5.1.2 and updated functions

---------

Signed-off-by: Timothy-Yao <timothy.yao@ibm.com>
Co-authored-by: Timothy-Yao <timothy.yao@ibm.com>

documents update and test case update for ibm_is_vpc

fix(VSI-Profile-patch): Remove validation for VSI profile patching

Documentation update for COS static webhosting. (#4827)

* Updating the COS static webhosting documentation

* Documentation update

* Removing documentation error

* Addressing the review comments

update metadata

update CHANGELOG

Bump up version to 1.58.0

update bluemix-go to get latest changes

Metrics router and atracker:  Updated platform-services-go-sdk to fetch Madrid endpoint (#4830)

* fix(Metrics router) Updated platform-services-go-sdk to fetch Madrid endpoint

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

* fix(atracker) Help Message changes

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

---------

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

Fix for issue 4838 (#4840)

resilence 409 and update docs to include force_delete flag and force_delete=true in examples

update CHANGELOG

Bump up version to 1.58.1

fmt fixes

Region update

Get secret by name (#4825)

* Get secret by name

* Applying review comments

* Added test cases for get secret by name

* Added test cases for get secret by name

* Updated documentation

---------

Co-authored-by: Avi Ribchinsky <avir@il.ibm.com>

dependabot: bump golang.org/x/net from 0.12.0 to 0.17.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](golang/net@v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

add support for endpoint parameter in cluster_config (#4793)

* add support for endpoint parameter in cluster_config

* adding unit tests for endpoint_type parameter

* remove default value "true" as the would be invalid

* update documentation
remove bluemix-go replace

* update bluemix-go + run go mod tidy

fix(share-iops): Share Iops range fix for dp2

New CD Toolchains datasource (#4779)

* New CD Toolchains datasource

* Update secrets baseline

* Use latest CD sdk

* Fixed acceptance test

support for vpc dns resolution binding (#4816)

* support for vpc dns resolution binding

* Update vpc_v1.go

dependabot: bump actions/checkout from 4.0.0 to 4.1.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy (#4804)

* fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): minor update to test case and fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): update based on feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Access Management): update schema for feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* re-ran fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* Update documentation to say which attributes are minimally required

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): updating datasource changes

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): fix data source doc to not include unnecessary info

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

---------

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

Update bluemix-go (#4822)

* update bluemix-go

* update doc based on the latest changes

Fix document category

feat: adding the fields region and instance_id in the service scc (#4823)

* adding the utility file for generic use

* adding the usage of instanceID to control library, profile, profile attachment, rule

* updated all testing

* Adding the ability to change the URL from provider field, and updated resource docs

* updated the docs with the usage of instance_id

* added instance_id to the examples

* Using the new version of scc-go-sdk

* Formatting the docs and added the warn in acctest

Signed-off-by: Timothy-Yao <timothy.yao@ibm.com>

* modifying the PreCheck for Tests

* adding the additional line for accPreCheck

* Took out os from the testing packages.

* Upgrading scc-go-sdk to 5.1.2 and updated functions

---------

Signed-off-by: Timothy-Yao <timothy.yao@ibm.com>
Co-authored-by: Timothy-Yao <timothy.yao@ibm.com>

documents update and test case update for ibm_is_vpc

fix(VSI-Profile-patch): Remove validation for VSI profile patching

Documentation update for COS static webhosting. (#4827)

* Updating the COS static webhosting documentation

* Documentation update

* Removing documentation error

* Addressing the review comments

update metadata

Metrics router and atracker:  Updated platform-services-go-sdk to fetch Madrid endpoint (#4830)

* fix(Metrics router) Updated platform-services-go-sdk to fetch Madrid endpoint

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

* fix(atracker) Help Message changes

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

---------

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

Fix for issue 4838 (#4840)

resilence 409 and update docs to include force_delete flag and force_delete=true in examples

update CHANGELOG

Bump up version to 1.58.1

Get secret by name (#4825)

* Get secret by name

* Applying review comments

* Added test cases for get secret by name

* Added test cases for get secret by name

* Updated documentation

---------

Co-authored-by: Avi Ribchinsky <avir@il.ibm.com>

dependabot: bump golang.org/x/net from 0.12.0 to 0.17.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](golang/net@v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Fix handling of bundle_certs in Secrets Manager public cert

add support for endpoint parameter in cluster_config (#4793)

* add support for endpoint parameter in cluster_config

* adding unit tests for endpoint_type parameter

* remove default value "true" as the would be invalid

* update documentation
remove bluemix-go replace

* update bluemix-go + run go mod tidy

fix(share-iops): Share Iops range fix for dp2

New CD Toolchains datasource (#4779)

* New CD Toolchains datasource

* Update secrets baseline

* Use latest CD sdk

* Fixed acceptance test

dependabot: bump actions/checkout from 4.0.0 to 4.1.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy (#4804)

* fix(IAM Policy Management): allow sourceServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): minor update to test case and fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): allow targetServiceName to be optional for authorization policy

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): update based on feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Access Management): update schema for feedback

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* re-ran fmt

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* Update documentation to say which attributes are minimally required

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): updating datasource changes

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

* fix(IAM Policy Management): fix data source doc to not include unnecessary info

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

---------

Signed-off-by: Shaun Colley <shaun.colley@ibm.com>

Update bluemix-go (#4822)

* update bluemix-go

* update doc based on the latest changes

Fix document category

documents update and test case update for ibm_is_vpc

fix(VSI-Profile-patch): Remove validation for VSI profile patching

Documentation update for COS static webhosting. (#4827)

* Updating the COS static webhosting documentation

* Documentation update

* Removing documentation error

* Addressing the review comments

update metadata

Metrics router and atracker:  Updated platform-services-go-sdk to fetch Madrid endpoint (#4830)

* fix(Metrics router) Updated platform-services-go-sdk to fetch Madrid endpoint

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

* fix(atracker) Help Message changes

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

---------

Signed-off-by: ADYA NAND JHA <ADYA.NAND.Jha1@ibm.com>

Fix for issue 4838 (#4840)

resilence 409 and update docs to include force_delete flag and force_delete=true in examples

update CHANGELOG

Bump up version to 1.58.1

Get secret by name (#4825)

* Get secret by name

* Applying review comments

* Added test cases for get secret by name

* Added test cases for get secret by name

* Updated documentation

---------

Co-authored-by: Avi Ribchinsky <avir@il.ibm.com>

dependabot: bump golang.org/x/net from 0.12.0 to 0.17.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](golang/net@v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Fix handling of bundle_certs in Secrets Manager public cert

* Add pagination to get snapshot list
@ujjwal-ibm ujjwal-ibm deleted the dns-resolution-binding branch October 30, 2023 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants