Commit a74fdf51 authored by rajat.kulkarni's avatar rajat.kulkarni

Delete stage.tfvars

parent fb7aa1f5
Pipeline #23476 failed with stages
in 1 second
terraform {
backend "local" {
path = "C:/Users/rajat.kulkarni/Screenshots/New folder/stage.tfvars"
}
required_providers {
gitlab = {
source = "gitlabhq/gitlab"
version = "~> 3.1"
}
}
}
instance_type = "t2.micro"
environment_name = "stage"
variable "gitlab_access_token" {
type = string
}
provider "gitlab" {
token = "-7WkyxCLFJfxwboRgdy2"
}
data "gitlab_project" "Terraform_ec2_instance" {
id =1809
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment