diff --git a/infrastructure/create-resources/provider.tf b/infrastructure/create-resources/provider.tf index 290b501..a0c5e8c 100644 --- a/infrastructure/create-resources/provider.tf +++ b/infrastructure/create-resources/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { hcloud = { source = "hetznercloud/hcloud" - version = "1.48.0" + version = "1.49.1" } }