Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
liamg committed Nov 1, 2019
1 parent 716f1b7 commit 16def37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "aws_db_security_group" "my-group" {
}

resource "azurerm_managed_disk" "source" {
encryption_settings = {
encryption_settings {
enabled = false
}
}

0 comments on commit 16def37

Please sign in to comment.