Skip to content

Commit

Permalink
Disable connector_cloud Example temporarily in onboarding/project-test
Browse files Browse the repository at this point in the history
  • Loading branch information
piroux-sg committed Mar 29, 2024
1 parent f8db66d commit 7c12de0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs-guides-assets/onboarding/project-test/project.tf
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,9 @@ resource "stackguardian_policy" "TPS-OBT-T000000" {
})
}

//
/*
// Disabled because API returns "Request Timed-Out Error" (504)
// Issue: https://www.notion.so/stackguardian/Bug-some-TF-resource-requests-are-failing-with-504-status-code-64d6ec02438b4475abd1d5807d9a6d74
resource "stackguardian_connector_cloud" "TPS-OBT-T000000" {
data = jsonencode({
"ResourceName" : "TPS-OBT-T000000",
Expand All @@ -337,7 +339,7 @@ resource "stackguardian_connector_cloud" "TPS-OBT-T000000" {
}
})
}
//
*/

resource "stackguardian_connector_vcs" "TPS-OBT-T000000" {
data = jsonencode({
Expand Down

0 comments on commit 7c12de0

Please sign in to comment.