Skip to content

Commit 4e5636c

Browse files
modular-magicianAnuhya P
and
Anuhya P
authored
Add new resource support for apigee keystore aliases pkcs format (#7519) (#14168)
Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Anuhya P <[email protected]>
1 parent d3ec87f commit 4e5636c

6 files changed

+916
-0
lines changed

.changelog/7519.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
`google_apigee_keystore_aliases_pkcs`
3+
```

google/provider.go

+1
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
11771177
"google_apigee_sharedflow": ResourceApigeeSharedFlow(),
11781178
"google_apigee_sharedflow_deployment": ResourceApigeeSharedFlowDeployment(),
11791179
"google_apigee_flowhook": ResourceApigeeFlowhook(),
1180+
"google_apigee_env_keystore_alias_pkcs12": ResourceApigeeEnvKeystoreAliasPkcs12(),
11801181
"google_apigee_keystores_aliases_key_cert_file": ResourceApigeeKeystoresAliasesKeyCertFile(),
11811182
"google_bigquery_table": ResourceBigQueryTable(),
11821183
"google_bigtable_gc_policy": ResourceBigtableGCPolicy(),

0 commit comments

Comments
 (0)