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_distribution_configuration #16180

Merged
merged 27 commits into from
Nov 17, 2020

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    96b4232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d588c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5d9f8f View commit details
    Browse the repository at this point in the history
  4. Add aws_imagebuilder_recipe

    Dogers committed May 6, 2020
    Configuration menu
    Copy the full SHA
    6414616 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c29b5da View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    8b53767 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect MaxItems on res

    Dogers committed May 25, 2020
    Configuration menu
    Copy the full SHA
    8ce7b6b View commit details
    Browse the repository at this point in the history
  3. Fix S024

    Dogers committed May 25, 2020
    Configuration menu
    Copy the full SHA
    fbe7510 View commit details
    Browse the repository at this point in the history
  4. Fix AWSR002

    Dogers committed May 25, 2020
    Configuration menu
    Copy the full SHA
    28dfb17 View commit details
    Browse the repository at this point in the history
  5. Fix linting

    Dogers committed May 25, 2020
    Configuration menu
    Copy the full SHA
    507fe42 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. [#11084] Fix the imagebuilder resource, add test and docs

    # Conflicts:
    #	aws/provider.go
    blckct authored and Dogers committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    ca89e2b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'source/master' into image-builder

    # Conflicts:
    #	aws/provider.go
    Dogers committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    195ba8a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Merge branch 'master' into image-builder

    # Conflicts:
    #	aws/provider.go
    Dogers committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    0d050cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26e1bb9 View commit details
    Browse the repository at this point in the history
  3. Update to v2 SDK

    Dogers committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    df7016f View commit details
    Browse the repository at this point in the history
  4. Fix R004 lint issue

    Dogers committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    89e7bdd View commit details
    Browse the repository at this point in the history
  5. Remove changes to aws.erb

    Dogers committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    18dd1b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

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

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    0402fe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a20d120 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from wrschneider/image-builder

    fixed lint issues and terminate_instance_on_failure
    Dogers authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    10c55b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Merge branch 'image-builder' of ssh://github.com/Dogers/terraform-pro…

    …vider-aws into Dogers-image-builder
    bflad committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    7cfe977 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    09e672e View commit details
    Browse the repository at this point in the history
  2. New Resource: aws_imagebuilder_distribution_configuration

    Reference: #11084
    Reference: #13316
    Reference: #13485
    
    Changes:
    
    ```
    * **New Data Source:** `aws_imagebuilder_distribution_configuration`
    * **New Resource:** `aws_imagebuilder_distribution_configuration`
    ```
    
    Output from acceptance testing in AWS Commercial:
    
    ```
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_basic (23.95s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Description (39.52s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_disappears (18.57s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Distribution (42.99s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Distribution_AmiDistributionConfiguration_AmiTags (40.02s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Distribution_AmiDistributionConfiguration_Description (39.36s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Distribution_AmiDistributionConfiguration_KmsKeyId (46.31s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Distribution_AmiDistributionConfiguration_LaunchPermission_UserGroups (23.66s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Distribution_AmiDistributionConfiguration_LaunchPermission_UserIds (40.12s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Distribution_AmiDistributionConfiguration_Name (39.12s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Distribution_AmiDistributionConfiguration_TargetAccountIds (40.12s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Distribution_LicenseConfigurationArns (40.75s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Tags (49.75s)
    
    --- PASS: TestAccAwsImageBuilderDistributionConfigurationDataSource_Arn (18.52s)
    ```
    
    Output from acceptance testing in AWS GovCloud (US) (failure information: #16178):
    
    ```
    --- FAIL: TestAccAwsImageBuilderDistributionConfiguration_Distribution_LicenseConfigurationArns (10.88s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_basic (27.00s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Description (40.22s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_disappears (21.76s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Distribution_AmiDistributionConfiguration_AmiTags (42.09s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Distribution_AmiDistributionConfiguration_Description (42.89s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Distribution_AmiDistributionConfiguration_KmsKeyId (51.80s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Distribution_AmiDistributionConfiguration_LaunchPermission_UserGroups (26.70s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Distribution_AmiDistributionConfiguration_LaunchPermission_UserIds (41.44s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Distribution_AmiDistributionConfiguration_Name (42.32s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Distribution_AmiDistributionConfiguration_TargetAccountIds (42.42s)
    --- PASS: TestAccAwsImageBuilderDistributionConfiguration_Tags (55.37s)
    
    --- PASS: TestAccAwsImageBuilderDistributionConfigurationDataSource_Arn (25.62s)
    ```
    
    Output from sweeper in AWS Commercial:
    
    ```
    2020/11/13 09:11:34 [DEBUG] Running Sweepers for region (us-west-2):
    2020/11/13 09:11:34 [DEBUG] Running Sweeper (aws_imagebuilder_distribution_configuration) in region (us-west-2)
    2020/11/13 09:11:37 Sweeper Tests ran successfully:
      - aws_imagebuilder_distribution_configuration
    2020/11/13 09:11:37 [DEBUG] Running Sweepers for region (us-east-1):
    2020/11/13 09:11:37 [DEBUG] Running Sweeper (aws_imagebuilder_distribution_configuration) in region (us-east-1)
    2020/11/13 09:11:39 Sweeper Tests ran successfully:
      - aws_imagebuilder_distribution_configuration
    ok    github.com/terraform-providers/terraform-provider-aws/aws 7.724s
    ```
    Output from sweeper in AWS GovCloud (US):
    
    ```
    2020/11/13 09:30:11 [DEBUG] Running Sweepers for region (us-gov-west-1):
    2020/11/13 09:30:11 [DEBUG] Running Sweeper (aws_imagebuilder_distribution_configuration) in region (us-gov-west-1)
    2020/11/13 09:30:14 Sweeper Tests ran successfully:
      - aws_imagebuilder_distribution_configuration
    ok    github.com/terraform-providers/terraform-provider-aws/aws 4.971s
    ```
    bflad committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    c21b59c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8649bc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

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