For anyone using Terraform Registry to deploy to their ISC tenants, has anyone successfully deployed a source through this terraform provider? I keep running into semantic error message no matter how I format the .tf file
resource “sailpoint_source” “OracleT1SLPNTKevinTest” {
name = “ORACLE-T1SLPNT-DEV Kevin Test”
connector = “OracleDBConnector”
owner = {
type = "IDENTITY",
id = "864018bc4b734ad88366b1e19ab80f13",
}
connector_attributes = jsonencode({
input = {
}
})
}
Produces the following error
Γöé Could not create SailPoint Source “ORACLE-T1SLPNT-DEV Kevin Test”: failed
Γöé to create source ‘ORACLE-T1SLPNT-DEV Kevin Test’: invalid request (400) -
Γöé response: {“detailCode”:“400.1 Bad request
Γöé content”,“trackingId”:“d924c0b2740742d09081e10234036041”,“messages”:[{“locale”:“und”,“localeOrigin”:“REQUEST”,“text”:“The
Γöé request was syntactically correct but its content is semantically
Γöé invalid.”},{“locale”:“en-US”,“localeOrigin”:“DEFAULT”,“text”:“The request
Γöé was syntactically correct but its content is semantically
Γöé invalid.”}],“causes”:}