Closed zimnx closed 2 years ago
This has been fixed in the following commit:
If you don't want to generate a new project, you need to remove from ec2-scylla/main.tf the following:
resource "null_resource" "cluster" {
....
}
That is the part causing problems.
Provisioning is failing with:
Version: 0.1.dev3
Benchmark was generated using provided script, I changed instance type and node number (from 1 to 3).