Skip to content

Commit 65cb9c7

Browse files
committed
more changes
1 parent dceafac commit 65cb9c7

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

quickstart/101-attestation-provider/providers.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ terraform {
1717
provider "azurerm" {
1818
features {}
1919
}
20-

quickstart/101-resource-group/providers.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,3 @@ terraform {
1717
provider "azurerm" {
1818
features {}
1919
}
20-
21-
random = {
22-
source = "hashicorp/random"
23-
version = "~>3.0"
24-
}

quickstart/201-k8s-cluster-with-tf-and-aks/providers.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,3 @@ terraform {
1717
provider "azurerm" {
1818
features {}
1919
}
20-
21-
random = {
22-
source = "hashicorp/random"
23-
version = "~>3.0"
24-
}

quickstart/201-mysql-fs-db/providers.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,3 @@ terraform {
1717
provider "azurerm" {
1818
features {}
1919
}
20-
21-
random = {
22-
source = "hashicorp/random"
23-
version = "~>3.0"
24-
}

0 commit comments

Comments
 (0)