backend/azurerm: fixing the syntax highlighting (#20085)
This commit is contained in:
parent
995042666a
commit
ec0419fe91
|
@ -122,6 +122,7 @@ data "terraform_remote_state" "foo" {
|
||||||
access_key = "abcdefghijklmnopqrstuvwxyz0123456789..."
|
access_key = "abcdefghijklmnopqrstuvwxyz0123456789..."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
When authenticating using a SAS Token associated with the Storage Account:
|
When authenticating using a SAS Token associated with the Storage Account:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue