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 9354444 commit 2b5bb6dCopy full SHA for 2b5bb6d
examples/deploy_service/main.tf
@@ -55,7 +55,7 @@ resource "kubernetes_pod" "nginx-example" {
55
56
spec {
57
container {
58
- image = "nginx:1.27.1"
+ image = "nginx:1.27.2"
59
name = "nginx-example"
60
}
61
0 commit comments