You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS D:\Devops\Trashcode\Terraform\module_1> terraform plan
Warning: "public_ip_address_allocation": [DEPRECATED] this property has been deprecated in favor of allocation_method to better match the api
on .terraform\modules\vm1\HopeUA-terraform-azurerm-vm-7b01994\main.tf line 8, in resource "azurerm_public_ip" "default":
8: resource "azurerm_public_ip" "default" {
Error: Unsupported argument
on .terraform\modules\vm1\HopeUA-terraform-azurerm-vm-7b01994\main.tf line 96, in resource "azurerm_virtual_machine" "default":
96: ssh_keys = {
An argument named "ssh_keys" is not expected here. Did you mean to define a
block of type "ssh_keys"?
The text was updated successfully, but these errors were encountered:
PS D:\Devops\Trashcode\Terraform\module_1> terraform plan
Warning: "public_ip_address_allocation": [DEPRECATED] this property has been deprecated in favor of
allocation_method
to better match the apion .terraform\modules\vm1\HopeUA-terraform-azurerm-vm-7b01994\main.tf line 8, in resource "azurerm_public_ip" "default":
8: resource "azurerm_public_ip" "default" {
Error: Unsupported argument
on .terraform\modules\vm1\HopeUA-terraform-azurerm-vm-7b01994\main.tf line 96, in resource "azurerm_virtual_machine" "default":
96: ssh_keys = {
An argument named "ssh_keys" is not expected here. Did you mean to define a
block of type "ssh_keys"?
The text was updated successfully, but these errors were encountered: