Uses this data source to access information about an existing Marketplace Agreement.
data "azurerm_marketplace_agreement" "barracuda" {
publisher = "barracudanetworks"
offer = "waf"
plan = "hourly"
}
output "azurerm_marketplace_agreement_id" {
value = data.azurerm_marketplace_agreement.id
}
The following arguments are supported:
offer
- The Offer of the Marketplace Image.
plan
- The Plan of the Marketplace Image.
publisher
- The Publisher of the Marketplace Image.
The following attributes are exported:
id
- The ID of the Marketplace Agreement.The timeouts
block allows you to specify timeouts for certain actions:
read
- (Defaults to 5 minutes) Used when retrieving the Marketplace Agreement.