{ "version": 4, "terraform_version": "1.8.4", "serial": 295, "lineage": "e25b5b76-9c4e-1d76-cbff-93a4ae163ccc", "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-08220afc00f8951a4", "ami": "ami-c5831b38", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2d0b2459"], "subnet_id": "subnet-2348ab1c", "key_name": "prod-deploy-key" } } ] } ] }