Class TerraformAdvancedOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • isRefreshRequired

        public TerraformAdvancedOptions.Builder isRefreshRequired​(Boolean isRefreshRequired)
        Specifies whether to refresh the state for each resource before running the job (operation).

        Refreshing the state can affect performance. Consider setting to false if the configuration includes several resources. Used with the following operations: PLAN, APPLY, DESTROY.

        Parameters:
        isRefreshRequired - the value to set
        Returns:
        this builder
      • parallelism

        public TerraformAdvancedOptions.Builder parallelism​(Integer parallelism)
        Limits the number of concurrent Terraform operations when walking the graph.

        Use this parameter to help debug Terraform issues or to accomplish certain special use cases. A higher value might cause resources to be throttled. Used with the following operations: PLAN, APPLY, DESTROY.

        Parameters:
        parallelism - the value to set
        Returns:
        this builder