Skip to content

Commit

Permalink
Merge pull request #281 from pulumi/upgrade-terraform-provider-fastly…
Browse files Browse the repository at this point in the history
…-to-v5.1.0

Upgrade terraform-provider-fastly to v5.1.0
  • Loading branch information
iwahbe authored Jun 15, 2023
2 parents 71c7be0 + 2caeade commit 338b7fe
Show file tree
Hide file tree
Showing 73 changed files with 7,246 additions and 97 deletions.
48 changes: 47 additions & 1 deletion provider/cmd/pulumi-resource-fastly/bridge-metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"auto-aliasing": {
"resources": {
"fastly_configstore": {
"current": "fastly:index/configstore:Configstore"
},
"fastly_configstore_entries": {
"current": "fastly:index/configstoreEntries:ConfigstoreEntries"
},
"fastly_kvstore": {
"current": "fastly:index/kvstore:Kvstore"
},
"fastly_service_acl_entries": {
"current": "fastly:index/serviceACLEntries:ServiceACLEntries",
"fields": {
Expand Down Expand Up @@ -107,6 +116,9 @@
},
"product_enablement": {
"maxItemsOne": true
},
"resource_link": {
"maxItemsOne": false
}
}
},
Expand Down Expand Up @@ -313,6 +325,14 @@
}
}
},
"fastly_tls_mutual_authentication": {
"current": "fastly:index/tlsMutualAuthentication:TlsMutualAuthentication",
"fields": {
"tls_activations": {
"maxItemsOne": false
}
}
},
"fastly_tls_platform_certificate": {
"current": "fastly:index/tlsPlatformCertificate:TlsPlatformCertificate",
"fields": {
Expand Down Expand Up @@ -414,6 +434,9 @@
},
"renames": {
"resources": {
"fastly:index/configstore:Configstore": "fastly_configstore",
"fastly:index/configstoreEntries:ConfigstoreEntries": "fastly_configstore_entries",
"fastly:index/kvstore:Kvstore": "fastly_kvstore",
"fastly:index/serviceACLEntries:ServiceACLEntries": "fastly_service_acl_entries",
"fastly:index/serviceAuthorization:ServiceAuthorization": "fastly_service_authorization",
"fastly:index/serviceCompute:ServiceCompute": "fastly_service_compute",
Expand All @@ -423,6 +446,7 @@
"fastly:index/serviceWafConfiguration:ServiceWafConfiguration": "fastly_service_waf_configuration",
"fastly:index/tlsActivation:TlsActivation": "fastly_tls_activation",
"fastly:index/tlsCertificate:TlsCertificate": "fastly_tls_certificate",
"fastly:index/tlsMutualAuthentication:TlsMutualAuthentication": "fastly_tls_mutual_authentication",
"fastly:index/tlsPlatformCertificate:TlsPlatformCertificate": "fastly_tls_platform_certificate",
"fastly:index/tlsPrivateKey:TlsPrivateKey": "fastly_tls_private_key",
"fastly:index/tlsSubscription:TlsSubscription": "fastly_tls_subscription",
Expand Down Expand Up @@ -624,6 +648,10 @@
"fastly:index/ServiceComputePackage:ServiceComputePackage": {
"sourceCodeHash": "source_code_hash"
},
"fastly:index/ServiceComputeResourceLink:ServiceComputeResourceLink": {
"linkId": "link_id",
"resourceId": "resource_id"
},
"fastly:index/ServiceVclAcl:ServiceVclAcl": {
"aclId": "acl_id",
"forceDestroy": "force_destroy"
Expand Down Expand Up @@ -948,6 +976,13 @@
"recordType": "record_type",
"recordValues": "record_values"
},
"fastly:index/configstore:Configstore": {
"forceDestroy": "force_destroy"
},
"fastly:index/configstoreEntries:ConfigstoreEntries": {
"manageEntries": "manage_entries",
"storeId": "store_id"
},
"fastly:index/getDictionaries:getDictionaries": {
"serviceId": "service_id",
"serviceVersion": "service_version"
Expand Down Expand Up @@ -1024,6 +1059,9 @@
"latestRevisionNumber": "latest_revision_number",
"modsecRuleId": "modsec_rule_id"
},
"fastly:index/kvstore:Kvstore": {
"forceDestroy": "force_destroy"
},
"fastly:index/serviceACLEntries:ServiceACLEntries": {
"aclId": "acl_id",
"entries": "entry",
Expand Down Expand Up @@ -1069,6 +1107,7 @@
"loggingSumologics": "logging_sumologic",
"loggingSyslogs": "logging_syslog",
"productEnablement": "product_enablement",
"resourceLinks": "resource_link",
"versionComment": "version_comment"
},
"fastly:index/serviceDictionaryItems:ServiceDictionaryItems": {
Expand Down Expand Up @@ -1172,7 +1211,8 @@
"fastly:index/tlsActivation:TlsActivation": {
"certificateId": "certificate_id",
"configurationId": "configuration_id",
"createdAt": "created_at"
"createdAt": "created_at",
"mutualAuthenticationId": "mutual_authentication_id"
},
"fastly:index/tlsCertificate:TlsCertificate": {
"certificateBody": "certificate_body",
Expand All @@ -1182,6 +1222,12 @@
"signatureAlgorithm": "signature_algorithm",
"updatedAt": "updated_at"
},
"fastly:index/tlsMutualAuthentication:TlsMutualAuthentication": {
"certBundle": "cert_bundle",
"createdAt": "created_at",
"tlsActivations": "tls_activations",
"updatedAt": "updated_at"
},
"fastly:index/tlsPlatformCertificate:TlsPlatformCertificate": {
"allowUntrustedRoot": "allow_untrusted_root",
"certificateBody": "certificate_body",
Expand Down
Loading

0 comments on commit 338b7fe

Please sign in to comment.