Commit b292508f authored by Syed Bilal Raees's avatar Syed Bilal Raees

Update main.tf

parent 74f38cb7
Pipeline #1972 failed with stages
in 9 seconds
terraform {
backend "http" {
address = "http://myrest.api.com/foo"
lock_address = "http://myrest.api.com/foo"
unlock_address = "http://myrest.api.com /foo"
}
required_providers {
gitlab = {
......@@ -11,6 +9,12 @@ terraform {
}
}
}
data "terraform_remote_state" "foo" {
backend = "http"
config = {
address = "http://my.rest.api.com"
}
}
variable "gitlab_access_token" {
type = string
......
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