ametad

Results 45 comments of ametad

Hello @migruiz4 , is there something I can do perhaps to get the review approved? I am happy to help.

Perhaps it is enough to just remove this line: https://github.com/prooph/micro-do/blob/b1164d2e76d138cbd2b662a57d107c8572624bde/gateway/sites-enabled/www.conf#L19

Hi, this problem is bugging me also. I hope the check to create or update is coming soon. This is my Terraform plan (it is redacted to not include personal...

From my previous post, I have tried to create a connection manually trough the console. But there I also got a similar error (to my surprise): ![image](https://github.com/hashicorp/terraform-provider-google/assets/1582541/6951032c-b31f-4d74-a478-5184475fa28c)

For now I've **manually** fixed the problem by force modify the connection, like so: ```sh gcloud services vpc-peerings update --service=servicenetworking.googleapis.com --ranges=service-1-private-ip-block --network=staging-version-2020-network --project=REDACTED --force ``` This resulted in a working...

Strange thing is that **before** the forces manual modification, I tried to list the connections but I got an empty list: ```sh $ gcloud services vpc-peerings list \ > --network=staging-version-2020-network...

After manually fixing the configuration within the Google cloud console, I had to import this into Terraform. After that all was correct again. See: ```sh $ terraform import module.network.google_service_networking_connection.private_vpc_connection[0] projects/REDACTED/global/networks/staging-version-2020-network:servicenetworking.googleapis.com...

Not totally as expected... After the import, I tried a `terraform plan` to see if everything is really up-to-date. But Terraform says it is not correct yet, needs to delete...

> Has the private service networking connection with the same network been created and destroyed with terraform? I wonder if that is the reason. There was a bug that the...

Hi Stefan, Thank you for the work you put in Timoni, it really helps me to create valid Kubernetes manifests that are also configurable, easy to debug and maintain. I...