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 530f16b commit 6a11e56Copy full SHA for 6a11e56
examples/deploy_service/main.tf
@@ -52,7 +52,7 @@ resource "kubernetes_pod" "nginx-example" {
52
53
spec {
54
container {
55
- image = "nginx:1.23.4"
+ image = "nginx:1.24.0"
56
name = "nginx-example"
57
}
58
0 commit comments