Skip to content

Commit

Permalink
fix ci/cd issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RavinderReddyF5 committed Oct 24, 2024
1 parent aa7f549 commit 432988c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/resources/f5os_tls_cert_key/resource.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
resource "f5os_tls_cert_key" "testcert" {
name = "testcert"
days_valid = 40
email = "[email protected]"
city = "Hyd"
province = "Telangana"
country = "IN"
organization = "F7"
unit = "IT"
key_type = "encrypted-rsa"
key_size = 2048
key_passphrase = "test123"
confirm_key_passphrase = "test123"
}

0 comments on commit 432988c

Please sign in to comment.