Skip to content

Commit

Permalink
Removing comments from main.tf
Browse files Browse the repository at this point in the history
Signed-off-by: jasonviviano <[email protected]>
  • Loading branch information
jasonviviano committed Feb 7, 2024
1 parent 49baeec commit 942c143
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//PROVIDER
terraform {
required_providers {
kubernetes = {
Expand All @@ -7,9 +6,7 @@ terraform {
}
}
}
//PROVIDER

//RESOURCE
resource "kubernetes_deployment" "redis" {
metadata {
name = "redis-${sha512(var.context.resource.id)}"
Expand Down Expand Up @@ -62,4 +59,3 @@ resource "kubernetes_service" "redis" {
}
}
}
//RESOURCE

0 comments on commit 942c143

Please sign in to comment.