Skip to content

Commit feff09e

Browse files
committed
fixup
1 parent 332dcb7 commit feff09e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.terraform.tfstate.lock.info

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"ID":"5fe2219c-e21d-e344-6652-f903a6c4de6e","Operation":"OperationTypeInvalid","Info":"","Who":"rita@rita-WX43K9FNL6","Version":"1.11.0","Created":"2025-04-01T15:08:08.587838Z","Path":"terraform.tfstate"}

terraform.tfstate

Whitespace-only changes.

website/docs/language/functions/regex.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ aaabbbccc
136136
"01",
137137
]
138138
139-
> regex("^(?:(?P<scheme>[^:/?#]+):)?(?://(?P<authority>[^/?#]*))?", "https://developer.hashicorp.com/terraform/docs)
139+
> regex("^(?:(?P<scheme>[^:/?#]+):)?(?://(?P<authority>[^/?#]*))?", "https://developer.hashicorp.com/terraform/docs")
140140
{
141-
"authority" = "terraform.io"
141+
"authority" = "developer.hashicorp.com"
142142
"scheme" = "https"
143143
}
144144

0 commit comments

Comments
 (0)