data "azurerm_images" setting images
: Invalid address to set: []string{"images", "0", "os_disk", "0", "disk_encryption_set_id"}
#22732
Labels
Is there an existing issue for this?
Community Note
Terraform Version
1.3.6 1.4.6 1.5.4
AzureRM Provider Version
3.67.0
Affected Resource(s)/Data Source(s)
azurerm_images
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
terraform.exe plan
data.azurerm_images.images: Reading...
data.azurerm_images.images: Read complete after 1s [id=resourceGroups/myRG/tags/[]/images]
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are
needed.
Actual Behaviour
terraform.exe plan
data.azurerm_images.images: Reading...
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: setting
images
: Invalid address to set: []string{"images", "0", "os_disk", "0", "disk_encryption_set_id"}│
│ with data.azurerm_images.images,
│ on main.tf line 15, in data "azurerm_images" "images":
│ 15: data "azurerm_images" "images" {
│
╵
Steps to Reproduce
terraform init
terraform plan
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: