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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

billing_type missing from harness_platform_connector_azure_cloud_cost #1098

Open
jtitra opened this issue Oct 19, 2024 · 0 comments
Open

billing_type missing from harness_platform_connector_azure_cloud_cost #1098

jtitra opened this issue Oct 19, 2024 · 0 comments

Comments

@jtitra
Copy link

jtitra commented Oct 19, 2024

Terraform Version

❯ tofu --version
OpenTofu v1.8.3
on darwin_arm64
+ provider registry.opentofu.org/harness/harness v0.34.1

Affected Resource(s)

  • harness_platform_connector_azure_cloud_cost

Debug Output

╷
│ Error: Invalid request: Billing type in one of the Azure Billing Exports should be of type Actual
│ 
│   with harness_platform_connector_azure_cloud_cost.ccm_azure_qa,
│   on resources.tf line 470, in resource "harness_platform_connector_azure_cloud_cost" "ccm_azure_qa":
│  470: resource "harness_platform_connector_azure_cloud_cost" "ccm_azure_qa" {
│ 
╵

Issue

  billing_export_spec {
    storage_account_name = "storage_account_name"
    container_name       = "container_name"
    directory_name       = "directory_name"
    report_name          = "report_name"
    subscription_id      = "subscription_id"
    billing_type         = "ACTUAL" // missing from harness provider...
  }
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

No branches or pull requests

1 participant