Skip to content

Commit 43696e2

Browse files
modular-magicianAnuhya P
and
Anuhya P
authored
Add Apigee Keystore aliases resource for Self Signed Cert Format (#7488) (#14140)
* Add Apigee Keystore aliases resource for Self Signed Cert Format * Second commit for selfsigned and initial commit for pkcs * remove pkcs resource files * Update selfsigned code * update the reference link for API * fix syntax error * add ignore_Read to ignore force_replacement errors * Update the files according to PR reviews per best practices * align indentation * update the primary resource id --------- Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Anuhya P <[email protected]>
1 parent aac82e0 commit 43696e2

5 files changed

+1131
-2
lines changed

.changelog/7488.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
```release-note:new-resource
2+
Add Apigee Environment Keystore Alias for Self Signed Format
3+
4+
```

google/provider.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -713,9 +713,9 @@ func Provider() *schema.Provider {
713713
return provider
714714
}
715715

716-
// Generated resources: 274
716+
// Generated resources: 275
717717
// Generated IAM resources: 186
718-
// Total generated resources: 460
718+
// Total generated resources: 461
719719
func ResourceMap() map[string]*schema.Resource {
720720
resourceMap, _ := ResourceMapWithErrors()
721721
return resourceMap
@@ -747,6 +747,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
747747
"google_apigee_addons_config": ResourceApigeeAddonsConfig(),
748748
"google_apigee_endpoint_attachment": ResourceApigeeEndpointAttachment(),
749749
"google_apigee_env_keystore": ResourceApigeeEnvKeystore(),
750+
"google_apigee_env_keystore_alias_self_signed_cert": ResourceApigeeEnvKeystoreAliasSelfSignedCert(),
750751
"google_apigee_env_references": ResourceApigeeEnvReferences(),
751752
"google_apigee_envgroup": ResourceApigeeEnvgroup(),
752753
"google_apigee_envgroup_attachment": ResourceApigeeEnvgroupAttachment(),

0 commit comments

Comments
 (0)