Donny

Results 16 issues of Donny

Hello. I have an issue in GitLab repository. Some repositories in my GitLab belong to sub-group, such as `foo/bar/baz/sample`. In this case, `sample` is project name and `foo/bar/baz` is namespace...

Hello. Using your install script, it works wrong to install. In the end of script, there is source command to set new profile. As I know, source command is supported...

### SDK version ``` github.com/hashicorp/terraform-plugin-sdk v1.14.0 ``` ### Relevant provider source code #### case1 https://github.com/terraform-providers/terraform-provider-aws/blob/master/aws/autoscaling_tags.go#L17 ```go func autoscalingTagSchema() *schema.Schema { return &schema.Schema{ Type: schema.TypeSet, Optional: true, Elem: &schema.Resource{ Schema: map[string]*schema.Schema{...

bug
shims/maybe
subsystem/types
terraform-plugin-framework

**Is your request related to a problem? Please describe.** Currently, configuration can be passed only by command line arguments. It seems like there is a file such as `/etc/kcnd/conf/kcnd.conf` but...

**Is your request related to a problem? Please describe.** In BN configuration, `AuthorizedNodes` includes KNI addresses registered in network. And the values are fixed in the file. To update the...

## **Is your request related to a problem? Please describe.** RPC can be exposed by `RPC_ADDR` and `RPC_PORT` configuration. And the APIs of RPC can be filtered by `RPC_API` configuration....

I set nodes source from `json` Resource Model as you can see in https://rundeck.org/2.11.6/man5/resource-json.html. `username` is described as below. ``` User name to connect to the node via SSH. ```...

I am trying to setup http(s) proxy server using `martian`. I generated key/certificate files and tried to run a proxy in cmd using the following command. ``` ./proxy -addr=:8080 -tls-addr=:8081...

**Is your request related to a problem? Please describe.** Homi can generate node data such as node key, address, password, genesis.json and reward address. Among them, reward data cannot be...

### What resources or data sources are affected? * datadog_logs_archive ### Feature Request I managed Log archive configuration using terraform. https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/logs_archive Log forward also supports RBAC to restrict access for...

feature-request