Results 5 comments of Gregor Zurowski

👍 Thanks for bringing this up @exploide. > From a server side when you already know what you configure, things might seem easier. Albeit still I think to set server...

Without this setting, VirtualBox's UI will show a message _"Invalid settings detected"_ if I/O APIC is not explicitly enabled. The guest (CentOS 7.0) will also show only one CPU. I...

I am using PuppetLab's CentOS base box: puppetlabs/centos-7.0-64-puppet

@wellsiau-aws I am getting similar issues when trying to create a data provider for a Postgres database using the following code: ``` resource "awscc_dms_data_provider" "source" { data_provider_name = "my-data-provider-source" engine...

> @gzurowski I was able to create the resource without any issues on my end for postgres. What version of tf cli, provider are you on ? I am using...