Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Change metadata_host to be an optional field in the schema, to matc…
…h the current behavior of code
  • Loading branch information
SarahFrench committed Jun 16, 2025
commit c0908194fde742c3c26fe54b52b4adb8423c6587
2 changes: 1 addition & 1 deletion internal/backend/remote-state/azure/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func New() backend.Backend {
},
"metadata_host": {
Type: cty.String,
Required: true,
Optional: true,
Description: "The Hostname which should be used for the Azure Metadata Service.",
},
"access_key": {
Expand Down