Skip to content

Commit 65e6c88

Browse files
authored
Change code block syntax from 'terraform' to 'tf'
1 parent eeb3f3e commit 65e6c88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/storage/container-storage/use-container-storage-with-local-disk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Alternatively, you can create the storage class using Terraform.
9393

9494
1. Use Terraform to manage the storage class by creating a configuration like the following `main.tf`. Update the provider version or kubeconfig path as needed for your environment.
9595

96-
```terraform
96+
```tf
9797
terraform {
9898
required_version = ">= 1.5.0"
9999
required_providers {

0 commit comments

Comments
 (0)