removing Prometheus

This commit is contained in:
aswin-in-philips 2022-05-14 12:32:42 +05:30
parent d67b2a6555
commit 73a4850b12
3 changed files with 4 additions and 7 deletions

View File

@ -31,4 +31,5 @@ jobs:
owner: philips-internal
repo: hds-auth-gateway
github_token: ${{ env.GITHUB_TOKEN }}
workflow_file_name: cd.yaml
workflow_file_name: cd.yaml
ref: master

View File

@ -33,4 +33,5 @@ jobs:
owner: philips-internal
repo: hds-auth-gateway
github_token: ${{ env.GITHUB_TOKEN }}
workflow_file_name: ci.yaml
workflow_file_name: ci.yaml
ref: master

View File

@ -21,9 +21,4 @@ data "cloudfoundry_service" "data_redis_service" {
data "cloudfoundry_service" "vault" {
name = "hsdp-vault"
}
data "cloudfoundry_app" "Prometheus" {
name_or_id = "3ad08628-ae45-40b5-8ae7-f039b5f82b8f"
space = var.cf_space
}