With the help of an example, explain the significance of 'read permission' on a workspace.

devquora
devquora

Posted On: Feb 22, 2018

 

For remote state functionality of terraforming, the workspace’s outputs can be 'read' which allows distinct workspaces to function and work jointly in collaboration. For instance, let's look into the management teams. There are two different teams. The first one is the networking team whose job is to manage the resources of networking in one single workspace. The second team is the development team.

This team manages resources of development in a different workspace. The development team had to provision resources in the VPC of the networking team. But the development team should focus on the management of development resources rather than modifying the infrastructure of networking. It provides the development team with 'read' permissions on the workspace of the networking team for reading the outputs exposed by the networking team for the provision of resources of development.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Terraform Interview Questions

    What is Terraform?

    Terraform is a tool of the DevOps toolchain which is used for development and change in the infrastructure with safety. It is an efficient tool for the versioning of the infrastructure. This tool has ...

    Terraform Interview Questions

    Why should Terraform be preferred for DevOps?

    There are a bunch of reasons for giving preference to Terraform to be used as one of the significant tools of DevOps. The main motive of DevOps is to bring efficiency and quality in software delivery....

    Terraform Interview Questions

    What are the features of Terraform?

    Main key features of Terraform include :Graphing - Its features of graphing that are built-in are helpful in visualizing the infrastructure. Custom Syntax - It's custom syntax is very friendly wh...