Skip to content

Commit

Permalink
remove: obsolete provider block
Browse files Browse the repository at this point in the history
  • Loading branch information
Xat59 authored Nov 23, 2020
1 parent 3128f01 commit e2a032a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
provider "azurerm" {
features {}
}

resource "azurerm_automation_schedule" "schedule" {
name = var.name
resource_group_name = var.resource_group_name
Expand Down Expand Up @@ -29,4 +25,4 @@ resource "azurerm_automation_job_schedule" "job_schedule" {
schedule_name = azurerm_automation_schedule.schedule.name
runbook_name = var.runbook_name
parameters = var.parameters
}
}

0 comments on commit e2a032a

Please sign in to comment.