This commit is contained in:
		
							
								
								
									
										15
									
								
								aws-budget.tf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								aws-budget.tf
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
resource "aws_budgets_budget" "aws-budget" {
 | 
			
		||||
  name              = "budget-monthly"
 | 
			
		||||
  budget_type       = "COST"
 | 
			
		||||
  limit_amount      = "5"
 | 
			
		||||
  limit_unit        = "EUR"
 | 
			
		||||
  time_unit         = "MONTHLY"
 | 
			
		||||
 | 
			
		||||
  notification {
 | 
			
		||||
    comparison_operator        = "GREATER_THAN"
 | 
			
		||||
    threshold                  = 85
 | 
			
		||||
    threshold_type             = "PERCENTAGE"
 | 
			
		||||
    notification_type          = "FORECASTED"
 | 
			
		||||
    subscriber_email_addresses = ["tormakristof@tormakristof.eu"]
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user