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

Add new file

parent ddc4fbd4
Pipeline #23301 failed with stages
in 5 seconds
terraform {
backend "http" {
}
required_providers {
gitlab = {
source = "gitlabhq/gitlab"
version = "~> 3.1"
}
}
}
variable "gitlab_access_token" {
type = string
}
provider "gitlab" {
token = var.gitlab_access_token
}
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