-
Notifications
You must be signed in to change notification settings - Fork 630
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
add mtls cert store support #2182
add mtls cert store support #2182
Conversation
changelog detected ✅ |
53e83b5
to
ba588ba
Compare
@@ -79,6 +79,17 @@ func testAccPreCheck(t *testing.T) { | |||
} | |||
} | |||
|
|||
func testAccPreCheckWithoutZoneID(t *testing.T) { |
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.
default testAccPreCheck
checks for Zone as well, but mTLS certs are account-level.
acceptance tests are passing
|
This functionality has been released in v3.34.0 of the Terraform Cloudflare Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Adding Terraform support for https://api.cloudflare.com/#mtls-certificate-management-properties
Just includes the mTLS certificates which can be set by the user. mTLS associations will be added in a separate PR and are just read-only.