-
### Terraform Version
```
terraform -v
Terraform v0.13.0
+ provider registry.terraform.io/terraform-providers/openstack v1.30.0
```
### Affected Resource(s)
This could potentially be anything…
-
**Describe the bug**
I am creating a new instance and attaching a block storage device to the instance at the same time.
```terraform
resource "vultr_instance" "nodejs_server" {
plan = va…
-
_This issue was originally opened by @gvcgael as hashicorp/packer#8098. It was migrated here as a result of the [Packer plugin split](https://github.com/hashicorp/packer/issues/8610#issuecomment-77003…
-
Hello!
I have met an issue on using object storage.
I have added OpenStack cloud provider in Compute->Clouds->Providers, as a result of that, I could find "openstack cloud provider Cinder Manager" i…
-
BlockStorage_decl.h defines
```
struct MediaAttribute
{
BOOL Removable :1;
BOOL SupportsXIP:1;
BOOL WriteProtected:1;
BOOL SupportsCopyBack:1;
BOOL ErasedBitsAreZero:1;
};
```
T…
-
This happens when player tries to join server.
```
[ForkJoinPool-1-worker-2] WARN - Unable to load chunk (2, 3) in level world
java.util.concurrent.CompletionException: java.lang.IllegalArgumentE…
-
Hello everyone,
I'm new to Terraform and the following behavior confuses me: the `auth_url` parameter declared in the provider configuration does not seem to be taken into account, even though it i…
-
when i copy big buildings the server goes crashing
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 134217736 bytes) in /home/minecraft/plugins/BuilderTools-main/s…
-
IMO we currently test for forks during `CommitBlock` only with the latest block
Forks are so dangerous that we should test for forks on every commit attempt
meaning:
when somebody calls `Bloc…
-
Hi, I'm trying to create openstack qcow2 images using packer.
Everything goes well, the image was created and i was able to create instances using default opensztack options.
The problem is that…