Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 22, 2025
1 parent 6b8810a commit a1f7ef9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions images/wordpress/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ variable "target_repository" {
description = "The docker repo into which the image and attestations should be published."
}

module "php-versions" {
package = "php"
source = "../../tflib/versions"
}

module "config" {
php_version = [for k, v in module.php-versions.versions : k if v.is_latest][0]
php_version = "php-8.4"
source = "./config"
}

Expand Down

0 comments on commit a1f7ef9

Please sign in to comment.