{ "version": 4, "terraform_version": "1.5.6", "serial": 282, "lineage": "931f5c47-fa71-d9ff-6214-00bf46c9fea6", "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-8bea17f9b8ce6b68b", "ami": "ami-7f1477f3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e07eda3d"], "subnet_id": "subnet-bd08af2f", "key_name": "prod-deploy-key" } } ] } ] }