feat: upgrade aws to 1.17

This commit is contained in:
Pierre Mavro
2021-06-21 18:23:04 +02:00
committed by Pierre Mavro
parent e69c6da794
commit 4149089a09

View File

@@ -22,8 +22,8 @@ use crate::cloudflare::dns_provider_cloudflare;
use crate::utilities::{build_platform_local_docker, generate_id, FuncTestsSecrets};
pub const ORGANIZATION_ID: &str = "u8nb94c7fwxzr2jt";
pub const AWS_REGION_FOR_S3: &str = "us-east-1";
pub const AWS_KUBERNETES_VERSION: &str = "1.16";
pub const AWS_REGION_FOR_S3: &str = "us-east-2";
pub const AWS_KUBERNETES_VERSION: &str = "1.17";
pub const KUBE_CLUSTER_ID: &str = "dmubm9agk7sr8a8r";
pub fn execution_id() -> String {