mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge branch 'samirageb-patch-1'
This commit is contained in:
commit
1b6db228d8
@ -12,10 +12,12 @@ Stores the state as a given key in a given bucket on [Microsoft Azure Storage](h
|
|||||||
|
|
||||||
-> **Note:** Passing credentials directly via config options will
|
-> **Note:** Passing credentials directly via config options will
|
||||||
make them included in cleartext inside the persisted state.
|
make them included in cleartext inside the persisted state.
|
||||||
Use of environment variables or config file is recommended.
|
Access key should, ideally, be passed using the environment variable
|
||||||
|
`ARM_ACCESS_KEY` to follow this convention.
|
||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
terraform remote config \
|
terraform remote config \
|
||||||
-backend=azure \
|
-backend=azure \
|
||||||
|
Loading…
Reference in New Issue
Block a user