{ "version": 4, "terraform_version": "1.8.3", "serial": 116, "lineage": "7df9bc30-d356-1b1e-61a6-6757438afbfb", "outputs": { "db_endpoint": { "value": "db-4.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-9f9f52ab7773e803d", "ami": "ami-3a8eadcf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d818163c"], "subnet_id": "subnet-26604e94", "key_name": "prod-deploy-key" } } ] } ] }