Skip to content

Commit 7609b89

Browse files
committed
Update iac flake and tofu version required
Signed-off-by: Willi Carlsen <carlsenwilli@gmail.com>
1 parent c25116a commit 7609b89

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

iac/.terraform.lock.hcl

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iac/flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iac/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
locals {
22
gh_pages_branch = "gh-pages"
3-
name = "wcarlsen.github.io"
3+
name = "wcarlsen.github.io"
44
}
55

66
resource "github_repository" "this" {
7-
name = local.name
8-
description = "My personal blog"
7+
name = local.name
8+
description = "My personal blog"
99
homepage_url = local.name
1010

1111
visibility = "public"

iac/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
terraform {
2-
required_version = "~> 1.9.0"
2+
required_version = "~> 1.11.0"
33

44
required_providers {
55
github = {
66
source = "integrations/github"
7-
version = "~> 6.5.0"
7+
version = "~> 6.8.3"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)