Commit 357a309f authored by Syed Bilal Raees's avatar Syed Bilal Raees

Merge branch 'master' of https://gitlab.mynisum.com/sbilal/terraform-cicd

hello.
parents 5e8ae239 b292508f
Pipeline #2238 failed with stages
in 7 seconds
terraform {
backend "http" {address = "http://myrest.api.com/foo"
backend "http" {
address = "http://myrest.api.com/foo"
}
required_providers {
gitlab = {
......@@ -8,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