terraform-provider-dynatrace icon indicating copy to clipboard operation
terraform-provider-dynatrace copied to clipboard

Unable to create web-application of type MANUALLY_INJECTED

Open ashishamway opened this issue 1 year ago • 1 comments

Describe the bug I tried to create web-application of type MANUALLY_INJECTED but it fail with error. Basically it is injecting three parameters with are not relevant for creating such type of web-app.

To Reproduce Steps to reproduce the behavior: Steps are very simple. Just change type = "MANUALLY_INJECTED" and try to create web-app. It will gives you error.

Expected behavior Web-application module should support both type of app MANUAL and AUTOMATIC.

Additional context I am providing you fields which are irrelevant and should not be automatically inject when type is MANUAL. MANUALLY_INJECTED

libraryFileLocation library_file_location browserRestrictionSettings browser_restriction_settings ipAddressRestrictionSettings ip_address_restriction_settings

Current is inject these fields with below values:

  • "libraryFileLocation": "",
  • "ipAddressRestrictionSettings": { "mode": "EXCLUDE", "ipAddressRestrictions": [] },
  • "browserRestrictionSettings": { "mode": "EXCLUDE", "browserRestrictions": [] },

ashishamway avatar Nov 04 '22 10:11 ashishamway