Islam Azab

Results 9 comments of Islam Azab

It would be great also to be able to "override models", something like [this](https://github.com/swagger-api/swagger-core/wiki/overriding-models) maybe.

@cpnat How can I access this Slack link to follow up on the discussion?

@chriscarpenter12 Did you find any solution for this issue ?

@autotelik Is there any way to do so ? That would be really great.

@chriscarpenter12 Thanks.

Is there a way do mark variables as sensitive so that they don't show up in the plan output? For example source ``` resource "aws_sns_topic_subscription" "subscription" { endpoint = "${var.url}${var.token}"...

@h3lo I am not sure if it will be addressed in Atlantis. You can try Terraform [`sensitive` `output`](https://www.terraform.io/docs/configuration/outputs.html#sensitive-suppressing-values-in-cli-output) ``` output "db_password" { value = aws_db_instance.db.password description = "The password for...