Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacinsoy committed Sep 13, 2024
1 parent af4b1da commit f43b54a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions terraform/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@ provider "kubectl" {

terraform {
required_providers {
# kubectl = {
# source = "gavinbunney/kubectl"
# version = "1.14.0"
# }
time = {
source = "hashicorp/time"
version = "0.12.1"
kubectl = {
source = "gavinbunney/kubectl"
version = "1.14.0"
}
}

# time = {
# source = "hashicorp/time"
# version = "0.12.1"
# }

backend "gcs" {
# Terraform state files will be located in the following path:
# tf-state-sba-terraform-${{ secrets.PROJECT_ID }}/sba-terraform/${GITHUB_REF##*/}.tfstate
Expand Down

0 comments on commit f43b54a

Please sign in to comment.