-
### What version of Vim/Gvim are you using?
Vim/Gvim version
$ vim --version
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Dec 12 2020 05:55:56)
macOS version
Included patches: 1-2127
Compiled …
-
### Terraform Version
```
Terraform Cloud with 0.15.0
...
```
### Terraform Configuration Files
```terraform
+ resource "aws_mq_broker" "_" {
}
+ resource "aws_secu…
-
### Terraform Version
```
0.15
```
### Terraform Configuration Files
```
resource "azurerm_app_service_slot" "example" {
name = "example"
app_service_name =…
-
Terraform version: v3.70.0
Getting below output when applying the terraform module
2021-12-20T08:15:47.029Z [TRACE] GRPCProvider: ApplyResourceChange
2021-12-20T08:15:47.030Z [INFO] provider.t…
-
### What version of CUE are you using (`cue version`)?
$ cue version
cue version +7c5d28e6 linux/amd64
### Does this issue reproduce with the latest release?
Yes
### What di…
-
I'm trying to update PATHSolver.jl for 0.7 compatibility. See https://github.com/chkwon/PATHSolver.jl/pull/28
When it is tested with FunctionWrappers.jl version 0.1.0, it passes test on travis (of…
-
### What version of CUE are you using (`cue version`)?
$ cue version
v0.3.0-alpha4.0.20201022063748-aee9955c790b
### Does this issue reproduce with the latest release?
Yes
#…
-
Hi there,
We are running cft scorecard against a large resource inventory file and it takes almost an hour to run against policy library and output the scorecard. Can this be improved? Resource Inv…
-
_Originally opened by @myitcv in https://github.com/cuelang/cue/issues/565_
### What version of CUE are you using (`cue version`)?
$ cue version
v0.3.0-alpha4.0.20201022063748-aee9955c790…
-
Given this Verilog code:
```systemverilog
module ibex_csr #(
parameter bit [4:0] ResetValue = '0
) (
input logic i,
output logic o
);
assign y = x;
endmodule;
module top();
…