{ "version": 4, "terraform_version": "1.5.6", "serial": 182, "lineage": "93166f7a-2f93-f2cf-e4a3-6456c0d687d2", "outputs": { "db_endpoint": { "value": "db-2.eu-west-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-2444ce032a365f968", "ami": "ami-4e74098d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0cf0c887"], "subnet_id": "subnet-05202cfb", "key_name": "prod-deploy-key" } } ] } ] }