Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Terraform in Yandex Cloud
  • Getting started
  • Solution library
    • Overview
    • Release notes
          • billing_cloud_binding

In this article:

  • Example usage
  • Argument Reference
  1. Terraform reference
  2. Resources
  3. Cloud Billing
  4. Data Sources
  5. billing_cloud_binding

yandex_billing_cloud_binding (Data Source)

Written by
Yandex Cloud
Updated at August 7, 2025
  • Example usage
  • Argument Reference

Use this data source to get cloud to billing account bind details. For more information, see Cloud binding.

Example usageExample usage

//
// Get information about existing Billing Cloud Binding
//
data "yandex_billing_cloud_binding" "foo" {
  billing_account_id = "foo-ba-id"
  cloud_id           = "foo-cloud-id"
}

output "bound_cloud_id" {
  value = data.yandex_billing_cloud_binding.foo.cloud_id
}

Argument ReferenceArgument Reference

The following arguments are supported:

  • billing_account_id - (Required) ID of the billing account.
  • cloud_id - (Required) ID of the cloud.

Was the article helpful?

Previous
backup_policy_bindings
Next
billing_cloud_binding
© 2025 Direct Cursus Technology L.L.C.