aws-samples / service-catalog-engine-for-terraform-os

Apache License 2.0
128 stars 40 forks source link

cloudtrail event strange(UNAVAILABLE) provisioningParameters value for aws service catalog with TRE #61

Closed itjobs-levi closed 2 weeks ago

itjobs-levi commented 10 months ago

terraform cli version : 1.5.6 TRE(TFOS) : lastest

if use aws service catalog with TRE, the requestParameter. provisioningParameters value of ProvisionProduct, UpdateProvisionedProduct cloudtrail event is fixed as UNAVAILABLE

service catalog > ProvisionProduct cloudtrail event part "requestParameters": { "provisioningArtifactId": “pa-xxxx", "productId": “prod-xxxx", "pathId": “ipv3-xxxx", "provisioningParameters": [ { "value": "UNAVAILABLE", "key": “bucketname" }, { "value": "UNAVAILABLE", "key": “blahblah" }, { "value": "UNAVAILABLE", "key": “blahblah1" }, { "value": "UNAVAILABLE", "key": “blahblah2" }, { "value": "UNAVAILABLE", "key": “blahblah3" } ]