NourMawla98

Results 1 issues of NourMawla98

I have a terraform script. The hierarchy is as follows: /root ├─main.tf ├─variables.tf └─provider.tf The script is as follows: # Step 1: Define Resource Group resource "azurerm_resource_group" "rg" { location...