{ "version": 4, "terraform_version": "1.7.5", "serial": 197, "lineage": "e66e7aed-2fe0-42e0-42ca-ccfbf85cf7c9", "outputs": { "db_endpoint": { "value": "db-0.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-1e8adc9003cf2edad", "ami": "ami-6f493df6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ba84b371"], "subnet_id": "subnet-d6c44a50", "key_name": "prod-deploy-key" } } ] } ] }