Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Resource: aws_imagebuilder_infrastructure_configuration #16186

Merged
merged 6 commits into from
Nov 18, 2020

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    a40cccb View commit details
    Browse the repository at this point in the history
  2. Fix issue with infraconfig logging

    Dogers authored and blckct committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    e668176 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ade62ae View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Merge branch 'imagebuilder_infrastracture_configuration' of ssh://git…

    …hub.com/blckct/terraform-provider-aws into f-aws_imagebuilder_infrastructure_configuration
    bflad committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    e0dd8f7 View commit details
    Browse the repository at this point in the history
  2. New Resource: aws_imagebuilder_infrastructure_configuration

    Reference: #11084
    Reference: #13485
    Reference: #14347
    
    Changes:
    
    ```
    * **New Data Source:** `aws_imagebuilder_infrastructure_configuration`
    * **New Resource:** `aws_imagebuilder_infrastructure_configuration`
    ```
    
    Output from acceptance testing in AWS Commercial:
    
    ```
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_basic (47.25s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_Description (56.76s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_disappears (34.25s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_InstanceProfileName (75.52s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_InstanceTypes (63.65s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_KeyPair (63.67s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_Logging_S3Logs_S3BucketName (82.86s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_Logging_S3Logs_S3KeyPrefix (76.12s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_ResourceTags (62.22s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_SecurityGroupIds (76.90s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_SnsTopicArn (69.00s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_SubnetId (76.21s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_Tags (74.09s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_TerminateInstanceOnFailure (62.45s)
    
    --- PASS: TestAccAwsImageBuilderInfrastructureConfigurationDataSource_Arn (26.62s)
    ```
    
    Output from acceptance testing in AWS GovCloud (US):
    
    ```
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_basic (51.08s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_Description (66.77s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_disappears (44.79s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_InstanceProfileName (76.02s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_InstanceTypes (71.91s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_KeyPair (73.11s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_Logging_S3Logs_S3BucketName (88.93s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_Logging_S3Logs_S3KeyPrefix (84.10s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_ResourceTags (71.55s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_SecurityGroupIds (81.06s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_SnsTopicArn (69.43s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_SubnetId (83.06s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_Tags (87.65s)
    --- PASS: TestAccAwsImageBuilderInfrastructureConfiguration_TerminateInstanceOnFailure (71.96s)
    
    --- PASS: TestAccAwsImageBuilderInfrastructureConfigurationDataSource_Arn (33.51s)
    ```
    
    Output from sweeper in AWS Commercial:
    
    ```
    2020/11/13 14:24:06 [DEBUG] Running Sweepers for region (us-west-2):
    2020/11/13 14:24:06 [DEBUG] Running Sweeper (aws_imagebuilder_infrastructure_configuration) in region (us-west-2)
    2020/11/13 14:24:09 Sweeper Tests ran successfully:
      - aws_imagebuilder_infrastructure_configuration
    2020/11/13 14:24:09 [DEBUG] Running Sweepers for region (us-east-1):
    2020/11/13 14:24:09 [DEBUG] Running Sweeper (aws_imagebuilder_infrastructure_configuration) in region (us-east-1)
    2020/11/13 14:24:11 Sweeper Tests ran successfully:
      - aws_imagebuilder_infrastructure_configuration
    ok    github.com/terraform-providers/terraform-provider-aws/aws 7.692s
    ```
    Output from sweeper in AWS GovCloud (US):
    
    ```
    2020/11/13 14:24:10 [DEBUG] Running Sweepers for region (us-gov-west-1):
    2020/11/13 14:24:10 [DEBUG] Running Sweeper (aws_imagebuilder_infrastructure_configuration) in region (us-gov-west-1)
    2020/11/13 14:24:12 Sweeper Tests ran successfully:
      - aws_imagebuilder_infrastructure_configuration
    ok    github.com/terraform-providers/terraform-provider-aws/aws 4.976s
    ```
    bflad committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    c6ef225 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    db44eca View commit details
    Browse the repository at this point in the history