-
### Environment:
- Kubernetes Provider: EKS
- EKS Cluster Version: 1.30
- Calico Version: v3.28.0
- Calico Installation Method: Calico Operator
- Additional Detail: Frequent node rotation on …
-
_This issue was originally opened by @thegranddesign as hashicorp/terraform#5902. It was migrated here as part of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terra…
-
Dear Maintainer,
I have a couple of questions regarding your security group definitions.
My goal is to have least possible access and only access the vault servers via its ELB from anywhere. Apa…
-
# Bug report
Cloud-init hits what @nmeyerhans mentioned in https://github.com/canonical/cloud-init/pull/4799#discussion_r1472287942:
> One thing to be aware of when accessing IMDS in response…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help…
-
Версия провайдеры - 0.81.0
Код для воспроизведения:
```
resource "yandex_vpc_security_group" "this" {
folder_id = yandex_resourcemanager_folder.mysql.id
name = "sg-${local.cluste…
-
```
variable "ami" {
description = "The AMI ID"
default = "ami-87848ee3"
}
variable "public_ip" {
description = "Public IP"
// default = "52.62.107.101"
default = ""
}
dat…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help…
-
Создав ГБ первым прогоном и забыв про нее на время:
```tf
resource "yandex_vpc_security_group" "dev_default_cluster_public_services" {
name = "dev-default-cluster-public-services"
des…
-
IGW is meant for ingress and not egress. you have to use NAT GW for egress.
``` hcl
# Grant the VPC internet access on its main route table
resource "aws_route" "internet_access" {
route_table_…