Skip to content

Commit

Permalink
Add Apigee Keystore aliases resource for Self Signed Cert Format (#7488
Browse files Browse the repository at this point in the history
…) (#5394)

* 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 <magic-modules@google.com>
Co-authored-by: Anuhya P <anuhyap@google.com>
  • Loading branch information
modular-magician and Anuhya P authored Mar 29, 2023
1 parent a14abdb commit 019e0a6
Show file tree
Hide file tree
Showing 5 changed files with 1,131 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .changelog/7488.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
```release-note:new-resource
Add Apigee Environment Keystore Alias for Self Signed Format

```
5 changes: 3 additions & 2 deletions google-beta/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -785,9 +785,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 312
// Generated resources: 313
// Generated IAM resources: 213
// Total generated resources: 525
// Total generated resources: 526
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -832,6 +832,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_apigee_addons_config": ResourceApigeeAddonsConfig(),
"google_apigee_endpoint_attachment": ResourceApigeeEndpointAttachment(),
"google_apigee_env_keystore": ResourceApigeeEnvKeystore(),
"google_apigee_env_keystore_alias_self_signed_cert": ResourceApigeeEnvKeystoreAliasSelfSignedCert(),
"google_apigee_env_references": ResourceApigeeEnvReferences(),
"google_apigee_envgroup": ResourceApigeeEnvgroup(),
"google_apigee_envgroup_attachment": ResourceApigeeEnvgroupAttachment(),
Expand Down
Loading

0 comments on commit 019e0a6

Please sign in to comment.