Open bennyrw opened 2 years ago
I'm also suffering from the lack of the email address from the integration_key
field of the pagerduty_service_integration
data source - is it possible to get from another data source (i.e. I'm misusing it) or is this just a bug?
Terraform Version
Terraform v1.2.7 on darwin_amd64
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
pagerduty_service_integration data source should include
integration_email
attribute, like the pagerduty_service_integration resource does.OR
The
integration_key
contains the email.Actual Behavior
pagerduty_service_integration
data source only includesintegration_key
, which is empty for email service integrationsintegration_email
is not a supported attributeSteps to Reproduce
terraform apply
first section in one projectterraform apply
second section in another projectterraform output -json
and note thetest_email_integ_key
value is emptyThanks for your time