{ "version": 4, "terraform_version": "1.6.0", "serial": 577, "lineage": "a9cf91e4-3fcf-95a6-475c-e31f72d1a198", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-01f2e69de09b44ecd", "ami": "ami-91ebd20b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b0db6077"], "subnet_id": "subnet-4a6cfe30", "key_name": "prod-deploy-key" } } ] } ] }