IZ
bootstrap_action {
path = "${file("${path.module}/scripts/install_cqlsh.sh")}"
name = "install_cqlsh"
}Size: a a a
IZ
bootstrap_action {
path = "${file("${path.module}/scripts/install_cqlsh.sh")}"
name = "install_cqlsh"
}IZ
* aws_emr_cluster.cluster: ValidationException: Invalid bootstrap action path, must be a location in Amazon S3 or a local path starting with 'file:’.
IZ
IZ
IZ
IZ
ath = "${file("${path.module}/scripts/install_cqlsh.sh")}"IZ
IZ
IZ
IZ
IZ
IZ
IZ
configurations = "${file("emr/configuration.json")}"IZ
IZ
IZ
Error reading config for aws_emr_cluster[cluster]: parse error at 1:7: expected "}" but found ":"
IZ
"file:${path.module}/scripts/install_cqlsh.sh"IZ
MV
aws s3 ls --region A бакет виден.
provider "aws" {
region = "A"
}
provider "aws" {
region = "B"
alias = "s3_bucket"
}
terraform {
backend "s3" {
bucket = "mybucket"
region = "B"
provider = "aws.s3_bucket"
}
}
DZ