{ "version": 4, "terraform_version": "1.6.1", "serial": 442, "lineage": "fa54cc2a-9dda-d720-2b66-9d463ed56675", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-bda9a17a72e1ca1b4", "ami": "ami-4c44f9bb", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7495a2be"], "subnet_id": "subnet-1cd0eeb2", "key_name": "prod-deploy-key" } } ] } ] }