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 48d7590 commit 4abb170Copy full SHA for 4abb170
examples/deploy_service/main.tf
@@ -52,7 +52,7 @@ resource "kubernetes_pod" "nginx-example" {
52
53
spec {
54
container {
55
- image = "nginx:1.23.3"
+ image = "nginx:1.23.4"
56
name = "nginx-example"
57
}
58
0 commit comments