Skip to content

Commit

Permalink
Merge branch 'main' into CORE-260-create-deployment-workflow-for-stat…
Browse files Browse the repository at this point in the history
…ic-web-applications
  • Loading branch information
tundeaoni authored May 13, 2024
2 parents 1140f53 + 6575028 commit 565a77d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion leaseweb/server/installation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dnf install -y epel-release
dnf install -y systemd-networkd
cat > /etc/udev/rules.d/10-shared.rules <<EOR
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="${var.internal_mac}", ATTR{addr_assign_type}=="0", NAME="shared"
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="${lower(var.internal_mac)}", ATTR{addr_assign_type}=="0", NAME="shared"
EOR
mkdir -p /etc/systemd/network
Expand Down
2 changes: 1 addition & 1 deletion leaseweb/server/installation/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# https://registry.terraform.io/providers/LeaseWeb/leaseweb/latest
leaseweb = {
source = "LeaseWeb/leaseweb"
version = "0.4.0"
version = "~> 0.4"
}
}
}
2 changes: 1 addition & 1 deletion op/host/leaseweb/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# https://registry.terraform.io/providers/LeaseWeb/leaseweb/latest
leaseweb = {
source = "LeaseWeb/leaseweb"
version = "0.4.0"
version = "~> 0.4"
}
}
}

0 comments on commit 565a77d

Please sign in to comment.