- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Issue provisioning vNIOS with Terraform
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-23-2021 06:46 AM
Dear colleagues,
I´m trying to provision Infoblox NIOS 8.4.3 for DDI (as per the Azure Marketplace) with Terraform. The error message is the following (truncated): Error message: 'Offer with PublisherId: 'infoblox', OfferId: 'infoblox-nios-843-for' cannot be purchased due to validation errors. For more information see details. Correlation Id: 'xxxxxxxx-yyyy-zzzz-xxxx-yyyyyyyyyyyy' The Offer: 'infoblox-nios-843-for' cannot be purchased by subscription: 'xxxxxxxx-yyyy-zzzz-xxxx-yyyyyyyyyyyy' as it is not to be sold in market: 'US'. Please choose a subscription which is associated with a different market.
I´ve tried deploying on the West Europe region but get the same message except for: market:ES (Spain).
I may be using the wrong parameters:
storage_image_reference {
publisher = "infoblox"
offer = "infoblox-nios-843-for"
sku = "vnios"
version = "latest"
plan {
name = "vnios"
publisher = "infoblox"
product = "infoblox-nios-843-for"
}
Any help will be much appreciated!
Kind regards,
-Will
Solved! Go to Solution.
Re: Issue provisioning vNIOS with Terraform
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-23-2021 07:54 AM
Issue resolved.
Re: Issue provisioning vNIOS with Terraform
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-23-2021 07:55 AM
Hi Will,
Your parameters are incorrect. This is what I have used with NIOS 8.4.3 in Azure:
az vm image list --publisher Infoblox --all
Re: Issue provisioning vNIOS with Terraform
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-23-2021 07:58 AM
Hi Jason,
Thank you kindly!!!
Best regards
-Will