IBM-Cloud / terraform-provider-ibm

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs
Mozilla Public License 2.0
336 stars 645 forks source link

Added new service Logs Routing to IBM Terraform Provider #5459

Open ianre opened 1 week ago

ianre commented 1 week ago

Community Note

Relates OR Closes #0000

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccIbmLogsRouter'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test $(go list ./... |grep -v 'vendor') -v -run=TestAccIbmLogsRouter -timeout 700m
...
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/logs    34.286s [no tests to run]
?       github.com/IBM-Cloud/terraform-provider-ibm/ibm/unittest    [no test files]
?       github.com/IBM-Cloud/terraform-provider-ibm/ibm/validate    [no test files]
?       github.com/IBM-Cloud/terraform-provider-ibm/version [no test files]
=== RUN   TestAccIBMLogsRouterTargetsDataSourceBasic
--- PASS: TestAccIBMLogsRouterTargetsDataSourceBasic (65.23s)
=== RUN   TestAccIBMLogsRouterTenantsDataSourceBasic
--- PASS: TestAccIBMLogsRouterTenantsDataSourceBasic (54.36s)
=== RUN   TestAccIBMLogsRouterTenantBasic
--- PASS: TestAccIBMLogsRouterTenantBasic (38.19s)
=== RUN   TestAccIBMLogsRouterTenantAllArgs
--- PASS: TestAccIBMLogsRouterTenantAllArgs (59.19s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/logsrouting 245.787s
testing: warning: no tests to run
...