You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I' m trying to do IaC artifactory federated repository with "artifactory_federated_generic_repository" resource having proxies configuration even though terraform.io document does not say that proxies(or proxy) scheme exists.
As I expected, terraform prints error when i run "apply".
❯ terraform apply
│ Error: Unsupported argument
│
│ on main.tf line 46, in resource "artifactory_federated_generic_repository" "federated-generic-test":
│ 46: proxy = "test-proxy"
│
│ An argument named "proxy" is not expected here.
╵
Describe the solution you'd like
`artifactory_federated_*_repository" resources should have proxies(or proxy) scheme as well as WebUI can set.
Additional context
I'm using:
artifactory-provider v7.11.2
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I' m trying to do IaC artifactory federated repository with "artifactory_federated_generic_repository" resource having proxies configuration even though terraform.io document does not say that proxies(or proxy) scheme exists.
As I expected, terraform prints error when i run "apply".
Describe the solution you'd like
`artifactory_federated_*_repository" resources should have proxies(or proxy) scheme as well as WebUI can set.
Additional context
I'm using:
The text was updated successfully, but these errors were encountered: