Terraform associate UPDATED
Questions and CORRECT Answers
Save
Terms in this set (122)
,From the State locking happens
Terraform automatically on all operations that
documentation, could write state. (answr is false)
they read that if with local backend
there are
multiple writes
happening in
Terraform state
file from
different users, it
can corrupt the
state.
To prevent this,
Terraform state
file lock must be
used.
Is there a
additional
terraform code
required to
implement this
functionality
with local
backend?
,Due to this, the Dynamic blocks
firewall rules are
increasing and
are more than
100 rules.
This is leading
firewall
configuration
file that is
difficult to
manage.
What is the way
this type of
configuration
can be
managed
easily?
, James has Terraform automatically converts
created a number and bool values to strings
variable and has when needed.
explicitly
defined the
type as a string.
Following is the
snippet:
variable "myvar"
{
type = string
}
Which of the
following value
will be
accepted?
Questions and CORRECT Answers
Save
Terms in this set (122)
,From the State locking happens
Terraform automatically on all operations that
documentation, could write state. (answr is false)
they read that if with local backend
there are
multiple writes
happening in
Terraform state
file from
different users, it
can corrupt the
state.
To prevent this,
Terraform state
file lock must be
used.
Is there a
additional
terraform code
required to
implement this
functionality
with local
backend?
,Due to this, the Dynamic blocks
firewall rules are
increasing and
are more than
100 rules.
This is leading
firewall
configuration
file that is
difficult to
manage.
What is the way
this type of
configuration
can be
managed
easily?
, James has Terraform automatically converts
created a number and bool values to strings
variable and has when needed.
explicitly
defined the
type as a string.
Following is the
snippet:
variable "myvar"
{
type = string
}
Which of the
following value
will be
accepted?