{ "version": 4, "terraform_version": "1.8.3", "serial": 165, "lineage": "c2f12533-fef2-60cb-03da-41653fd7dae4", "outputs": { "db_endpoint": { "value": "db-1.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-d2d99734f010e73d7", "ami": "ami-8102e538", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-71007681"], "subnet_id": "subnet-63b96f8d", "key_name": "prod-deploy-key" } } ] } ] }