We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bca4a commit 836f79aCopy full SHA for 836f79a
examples/deploy_service/main.tf
@@ -53,7 +53,7 @@ resource "kubernetes_pod" "nginx-example" {
53
54
spec {
55
container {
56
- image = "nginx:1.25.2"
+ image = "nginx:1.25.3"
57
name = "nginx-example"
58
}
59
0 commit comments