azurerm_marketplace_agreement

Uses this data source to access information about an existing Marketplace Agreement.

Example Usage

data "azurerm_marketplace_agreement" "barracuda" {
  publisher = "barracudanetworks"
  offer     = "waf"
  plan      = "hourly"
}

output "azurerm_marketplace_agreement_id" {
  value = data.azurerm_marketplace_agreement.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: