Skip to content

Commit

Permalink
fix(ocean/aws): fix null value for worker_instance_profile_arn attr…
Browse files Browse the repository at this point in the history
…ibute (#36)
  • Loading branch information
sobhanagit authored Feb 12, 2024
1 parent 970d5a6 commit c258e4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ variable "key_name" {
}
variable "worker_instance_profile_arn" {
type = string
default = null
description = "The instance profile iam role."
}
variable "associate_public_ip_address" {
Expand Down

0 comments on commit c258e4e

Please sign in to comment.