mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
feat: upgrade aws to 1.17
This commit is contained in:
committed by
Pierre Mavro
parent
e69c6da794
commit
4149089a09
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user