Browse Source
Pin equinix provider version (#10809)
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
pull/10811/head
ERIK
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
contrib/terraform/equinix/provider.tf
|
|
@ -7,7 +7,7 @@ terraform { |
|
|
|
required_providers { |
|
|
|
equinix = { |
|
|
|
source = "equinix/equinix" |
|
|
|
version = "~> 1.14" |
|
|
|
version = "1.24.0" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|