mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-14 13:20:05 +01:00
fis: updates to remove Terraform Provider reserved word collisions
Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
@@ -110,7 +110,7 @@ const joinCommaList = (arr?: string[] | null) => (arr && arr.length ? arr.join("
|
||||
const rrtypes = ["A", "AAAA", "CNAME", "TXT", "MX", "NS", "SRV", "CAA"]
|
||||
|
||||
const isR53 = (c: DtoCredentialOut) =>
|
||||
c.provider === "aws" &&
|
||||
c.credential_provider === "aws" &&
|
||||
c.scope_kind === "service" &&
|
||||
(() => {
|
||||
const s = (c as any).scope
|
||||
|
||||
Reference in New Issue
Block a user