Projects STRLCPY wrongsecrets Commits 33f59327
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    aws/README.md
    skipped 108 lines
    109 109   
    110 110  | Name | Version |
    111 111  |------|---------|
    112  -| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 4.41.0 |
    113  -| <a name="provider_http"></a> [http](#provider\_http) | ~> 3.1 |
    114  -| <a name="provider_random"></a> [random](#provider\_random) | ~> 3.4.3 |
     112 +| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.41.0 |
     113 +| <a name="provider_http"></a> [http](#provider\_http) | 3.2.1 |
     114 +| <a name="provider_random"></a> [random](#provider\_random) | 3.4.3 |
    115 115   
    116 116  ## Modules
    117 117   
    skipped 50 lines
  • ■ ■ ■ ■
    aws/main.tf
    skipped 72 lines
    73 73   
    74 74   cluster_endpoint_private_access = true
    75 75   
    76  - cluster_endpoint_public_access_cidrs = ["${data.http.ip.body}/32"]
     76 + cluster_endpoint_public_access_cidrs = ["${data.http.ip.request_body}/32"]
    77 77   
    78 78   enable_irsa = true
    79 79   
    skipped 48 lines
Please wait...
Page is in error, reload to recover