-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: zt warp to warp connectivity settings #3759
Feature: zt warp to warp connectivity settings #3759
Conversation
changelog detected ✅ |
root_ca = true | ||
virtual_ip = true | ||
} | ||
connectivity { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this still has the same test failure from the previous PR that hasn't been addressed by the service team yet.
TF_ACC=1 go test ./internal/sdkv2provider -v -run "^TestAccCloudflareTeamsAccounts_" -count 1 -timeout 120m -parallel 1
=== RUN TestAccCloudflareTeamsAccounts_ConfigurationBasic
resource_cloudflare_teams_accounts_test.go:23: Step 1/1 error: Error running apply: exit status 1
Error: error updating Teams Account connectivity settings for account "f037e56e89293a057740de681ac9abbe": error unmarshalling the JSON response error body: invalid character '' looking for beginning of value
with cloudflare_zero_trust_gateway_settings.opwxnpfurs,
on terraform_plugin_test.tf line 12, in resource "cloudflare_zero_trust_gateway_settings" "opwxnpfurs":
12: resource "cloudflare_zero_trust_gateway_settings" "opwxnpfurs" {
--- FAIL: TestAccCloudflareTeamsAccounts_ConfigurationBasic (2.39s)
FAIL
FAIL github.com/cloudflare/terraform-provider-cloudflare/internal/sdkv2provider 3.476s
FAIL
make: *** [testacc] Error 1
Marking this pull request as stale due to 14 days of inactivity. This helps our maintainers find and focus on the active pull requests. If this pull request receives no comments in the next 7 days it will automatically be closed. Maintainers can also remove the |
This PR was closed because it has been stalled for 7 days with no activity. |
Adds
connectivity
block withicmp/icmp_proxy_enabled
andwarp_to_warp/offramp_warp_enabled
tocloudflare_zero_trust_gateway_settings
resource.Fixes #3723
Previous stale PR #3328