Perform apply 25-10-2023

This commit is contained in:
Marc Fokkert
2023-10-25 17:13:07 +02:00
parent 0636be99d9
commit d0bce81142
10 changed files with 839 additions and 1040 deletions

View File

@@ -1,5 +1,5 @@
data "docker_registry_image" "mariadb" {
name = "mariadb:10.6"
name = "mariadb:10.11"
}
resource "docker_image" "mariadb" {