Keisuke Nitta
Keisuke Nitta
Output from acceptance testing: ``` $ make testacc TESTS="'TestAcc(DataSource)?MackerelDashboard(Graph|Value)'" TF_ACC=1 go test -v ./mackerel/... -run 'TestAcc(DataSource)?MackerelDashboard(Graph|Value)' -timeout 120m === RUN TestAccDataSourceMackerelDashboardGraph === PAUSE TestAccDataSourceMackerelDashboardGraph === RUN TestAccDataSourceMackerelDashboardValue === PAUSE TestAccDataSourceMackerelDashboardValue...
Part of #233. This PR adds data models for handling monitors.
Fixes: #223 When using `Required` and `DefaultFunc` at the same time, the attribute may become Optional depending on the result returned by `DefaultFunc`([FYI](https://github.com/hashicorp/terraform-plugin-sdk/blob/4c604df5f03572d01e7c32777b339519213eb475/helper/schema/core_schema.go#L140-L152)). This makes the schema unstable. This PR...
Output from acceptance testing: ``` $ make testacc TESTS=TestAccXXX ... ```
The default HTTP request header for external monitoring is `Cache-Control: no-cache` in the API and Web console. But in the terraform provider, no header is specified. It is inconsistent and...
## Problem After applying changes on the `service` attribute in the service/role metadata, the metadata on the previous service remains same. ## Steps to reproduce Here are steps for the...
Output from acceptance testing: ``` $ make testacc TESTS='"TestAcc_MackerelService(Resource|DataSource)_"' TF_ACC=1 go test -v ./mackerel/... ./internal/provider/... -run "TestAcc_MackerelService(Resource|DataSource)_" -timeout 120m testing: warning: no tests to run PASS ok github.com/mackerelio-labs/terraform-provider-mackerel/mackerel (cached) [no...
Output from acceptance testing: ``` $ make testacc TESTS=TestAccXXX ... ```
Currently features like `valueRange`, `referenceLines` and `formatRules` are not supported and dashboards that use such features cannot be imported and managed.
Output from acceptance testing: ``` $ make testacc TESTS='AccCompat' TF_ACC=1 go test -v ./... -run AccCompat -timeout 120m ? github.com/mackerelio-labs/terraform-provider-mackerel [no test files] testing: warning: no tests to run PASS...